# HG changeset patch # User alpar # Date 1155568689 0 # Node ID a3bb30be417cf53341a936d2942b2ec6f9d1fbe0 # Parent 0d7c0f96a5eef5aeebb7504f2be76f9901103916 Remove superfluous include headers diff -r 0d7c0f96a5ee -r a3bb30be417c lemon/color.h --- a/lemon/color.h Mon Aug 14 15:15:57 2006 +0000 +++ b/lemon/color.h Mon Aug 14 15:18:09 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