Remove superfluous include headers lemon-1.0
authoralpar
Mon, 14 Aug 2006 15:19:18 +0000
branchlemon-1.0
changeset 2656eb1c5d1333d1
parent 2655 3aa8ee4853dc
child 2657 6e5e6208ed68
Remove superfluous include headers
lemon/color.h
     1.1 --- a/lemon/color.h	Thu Aug 10 14:56:36 2006 +0000
     1.2 +++ b/lemon/color.h	Mon Aug 14 15:19:18 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