test/graph_adaptor_test.cc
changeset 2260 4274224f8a7d
parent 2231 06faf3f06d67
child 2391 14a343be7a5a
     1.1 --- a/test/graph_adaptor_test.cc	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/test/graph_adaptor_test.cc	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -20,9 +20,9 @@
     1.4  #include<lemon/concept_check.h>
     1.5  
     1.6  #include<lemon/smart_graph.h>
     1.7 -#include<lemon/concept/graph.h>
     1.8 -#include<lemon/concept/ugraph.h>
     1.9 -#include<lemon/concept/bpugraph.h>
    1.10 +#include<lemon/concepts/graph.h>
    1.11 +#include<lemon/concepts/ugraph.h>
    1.12 +#include<lemon/concepts/bpugraph.h>
    1.13  
    1.14  #include<lemon/list_graph.h>
    1.15  #include<lemon/full_graph.h>
    1.16 @@ -41,7 +41,7 @@
    1.17  */
    1.18  
    1.19  using namespace lemon;
    1.20 -using namespace lemon::concept;
    1.21 +using namespace lemon::concepts;
    1.22  
    1.23  
    1.24