# 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 <sys/time.h> - -#include<iostream> -#include<fstream> -#include<sstream> -#include<algorithm> #include<vector> - -#include <ctime> -#include <cmath> - -#include<lemon/bits/invalid.h> -#include<lemon/xy.h> +#include<cmath> #include<lemon/maps.h> -#include<lemon/bezier.h> ///\ingroup misc @@ -106,7 +94,7 @@ /// Dark cyan color constant extern const Color DARK_CYAN; -///Maps <tt>int</tt>s to different \ref Color "Color"s +///Map <tt>int</tt>s to different \ref Color "Color"s ///This map assigns one of the predefined \ref Color "Color"s ///to each <tt>int</tt>. It is possible to change the colors as well as their