src/test/graph_wrapper_test.cc
changeset 959 c80ef5912903
parent 946 c94ef40a22ce
child 970 09f9abe22df2
     1.1 --- a/src/test/graph_wrapper_test.cc	Thu Nov 04 18:52:31 2004 +0000
     1.2 +++ b/src/test/graph_wrapper_test.cc	Thu Nov 04 20:24:59 2004 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  #include<lemon/concept_check.h>
     1.5  
     1.6  #include<lemon/smart_graph.h>
     1.7 -#include<lemon/skeletons/graph.h>
     1.8 +#include<lemon/concept/graph.h>
     1.9  
    1.10  #include<lemon/list_graph.h>
    1.11  #include<lemon/full_graph.h>
    1.12 @@ -35,7 +35,7 @@
    1.13  */
    1.14  
    1.15  using namespace lemon;
    1.16 -using namespace lemon::skeleton;
    1.17 +using namespace lemon::concept;
    1.18  
    1.19  
    1.20  typedef SmartGraph Graph;