test/edge_set_test.cc
changeset 2260 4274224f8a7d
parent 2111 ea1fa1bc3f6d
child 2391 14a343be7a5a
     1.1 --- a/test/edge_set_test.cc	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/test/edge_set_test.cc	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -3,8 +3,8 @@
     1.4  #include <iostream>
     1.5  #include <vector>
     1.6  
     1.7 -#include <lemon/concept/graph.h>
     1.8 -#include <lemon/concept/ugraph.h>
     1.9 +#include <lemon/concepts/graph.h>
    1.10 +#include <lemon/concepts/ugraph.h>
    1.11  #include <lemon/smart_graph.h>
    1.12  
    1.13  #include <lemon/edge_set.h>
    1.14 @@ -15,7 +15,7 @@
    1.15  
    1.16  
    1.17  using namespace lemon;
    1.18 -using namespace lemon::concept;
    1.19 +using namespace lemon::concepts;
    1.20  
    1.21  typedef SmartGraph RGraph;
    1.22