src/test/graph_test.cc
changeset 959 c80ef5912903
parent 946 c94ef40a22ce
child 980 0f1044b7a3af
     1.1 --- a/src/test/graph_test.cc	Thu Nov 04 18:52:31 2004 +0000
     1.2 +++ b/src/test/graph_test.cc	Thu Nov 04 20:24:59 2004 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  #include <iostream>
     1.5  #include <vector>
     1.6  
     1.7 -#include <lemon/skeletons/graph.h>
     1.8 +#include <lemon/concept/graph.h>
     1.9  #include <lemon/list_graph.h>
    1.10  #include <lemon/smart_graph.h>
    1.11  #include <lemon/full_graph.h>
    1.12 @@ -14,7 +14,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  int main() {