# HG changeset patch # User alpar # Date 1155568758 0 # Node ID eb1c5d1333d188b90b38c7d41f2043f735978ff4 # Parent 3aa8ee4853dcdb10df14788aa9c62eb2f743f8f5 Remove superfluous include headers diff -r 3aa8ee4853dc -r eb1c5d1333d1 lemon/color.h --- a/lemon/color.h Thu Aug 10 14:56:36 2006 +0000 +++ b/lemon/color.h Mon Aug 14 15:19:18 2006 +0000 @@ -19,21 +19,9 @@ #ifndef LEMON_COLOR_H #define LEMON_COLOR_H -#include - -#include -#include -#include -#include #include - -#include -#include - -#include -#include +#include #include -#include ///\ingroup misc @@ -106,7 +94,7 @@ /// Dark cyan color constant extern const Color DARK_CYAN; -///Maps ints to different \ref Color "Color"s +///Map ints to different \ref Color "Color"s ///This map assigns one of the predefined \ref Color "Color"s ///to each int. It is possible to change the colors as well as their