lemon/full_graph.h
changeset 1993 2115143eceea
parent 1987 8cd6683382e0
child 1995 c1fc2c14a3ae
     1.1 --- a/lemon/full_graph.h	Wed Mar 01 12:46:52 2006 +0000
     1.2 +++ b/lemon/full_graph.h	Wed Mar 01 13:19:28 2006 +0000
     1.3 @@ -25,8 +25,8 @@
     1.4  #include <lemon/bits/graph_extender.h>
     1.5  
     1.6  
     1.7 -#include <lemon/invalid.h>
     1.8 -#include <lemon/utility.h>
     1.9 +#include <lemon/bits/invalid.h>
    1.10 +#include <lemon/bits/utility.h>
    1.11  
    1.12  
    1.13  ///\ingroup graphs