test/graph_test.cc
changeset 2260 4274224f8a7d
parent 2231 06faf3f06d67
child 2391 14a343be7a5a
     1.1 --- a/test/graph_test.cc	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/test/graph_test.cc	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  #include <iostream>
     1.5  #include <vector>
     1.6  
     1.7 -#include <lemon/concept/graph.h>
     1.8 +#include <lemon/concepts/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 @@ -31,7 +31,7 @@
    1.13  
    1.14  
    1.15  using namespace lemon;
    1.16 -using namespace lemon::concept;
    1.17 +using namespace lemon::concepts;
    1.18  
    1.19  
    1.20  int main() {