COIN-OR::LEMON - Graph Library

Changeset 2656:eb1c5d1333d1 in lemon-0.x


Ignore:
Timestamp:
08/14/06 17:19:18 (18 years ago)
Author:
Alpar Juttner
Branch:
lemon-1.0
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/branches/lemon-1.0@2896
Message:

Remove superfluous include headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/color.h

    r2655 r2656  
    2020#define LEMON_COLOR_H
    2121
    22 #include <sys/time.h>
    23 
    24 #include<iostream>
    25 #include<fstream>
    26 #include<sstream>
    27 #include<algorithm>
    2822#include<vector>
    29 
    30 #include <ctime>
    31 #include <cmath>
    32 
    33 #include<lemon/bits/invalid.h>
    34 #include<lemon/xy.h>
     23#include<cmath>
    3524#include<lemon/maps.h>
    36 #include<lemon/bezier.h>
    3725
    3826
     
    10795  extern const Color DARK_CYAN;
    10896
    109 ///Maps <tt>int</tt>s to different \ref Color "Color"s
     97///Map <tt>int</tt>s to different \ref Color "Color"s
    11098
    11199///This map assigns one of the predefined \ref Color "Color"s
Note: See TracChangeset for help on using the changeset viewer.