1.1 --- a/lemon/color.h Mon Aug 14 15:15:57 2006 +0000
1.2 +++ b/lemon/color.h Mon Aug 14 15:18:09 2006 +0000
1.3 @@ -19,21 +19,9 @@
1.4 #ifndef LEMON_COLOR_H
1.5 #define LEMON_COLOR_H
1.6
1.7 -#include <sys/time.h>
1.8 -
1.9 -#include<iostream>
1.10 -#include<fstream>
1.11 -#include<sstream>
1.12 -#include<algorithm>
1.13 #include<vector>
1.14 -
1.15 -#include <ctime>
1.16 -#include <cmath>
1.17 -
1.18 -#include<lemon/bits/invalid.h>
1.19 -#include<lemon/xy.h>
1.20 +#include<cmath>
1.21 #include<lemon/maps.h>
1.22 -#include<lemon/bezier.h>
1.23
1.24
1.25 ///\ingroup misc
1.26 @@ -106,7 +94,7 @@
1.27 /// Dark cyan color constant
1.28 extern const Color DARK_CYAN;
1.29
1.30 -///Maps <tt>int</tt>s to different \ref Color "Color"s
1.31 +///Map <tt>int</tt>s to different \ref Color "Color"s
1.32
1.33 ///This map assigns one of the predefined \ref Color "Color"s
1.34 ///to each <tt>int</tt>. It is possible to change the colors as well as their