[Lemon-commits] [lemon_svn] alpar: r2895 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:05 CET 2006
Author: alpar
Date: Mon Aug 14 17:18:09 2006
New Revision: 2895
Modified:
hugo/trunk/lemon/color.h
Log:
Remove superfluous include headers
Modified: hugo/trunk/lemon/color.h
==============================================================================
--- hugo/trunk/lemon/color.h (original)
+++ hugo/trunk/lemon/color.h Mon Aug 14 17:18:09 2006
@@ -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
More information about the Lemon-commits
mailing list