lemon/concepts/graph.h
changeset 221 64613d8fae28
parent 209 765619b7cbb2
child 263 be8a861d3bb7
     1.1 --- a/lemon/concepts/graph.h	Tue Jul 15 18:43:41 2008 +0100
     1.2 +++ b/lemon/concepts/graph.h	Tue Jul 15 18:49:30 2008 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  
     1.5  #include <lemon/concepts/graph_components.h>
     1.6  #include <lemon/concepts/graph.h>
     1.7 -#include <lemon/bits/utility.h>
     1.8 +#include <lemon/core.h>
     1.9  
    1.10  namespace lemon {
    1.11    namespace concepts {