src/test/dfs_test.cc
changeset 959 c80ef5912903
parent 921 818510fa3d99
child 986 e997802b855c
     1.1 --- a/src/test/dfs_test.cc	Thu Nov 04 18:52:31 2004 +0000
     1.2 +++ b/src/test/dfs_test.cc	Thu Nov 04 20:24:59 2004 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  #include "test_tools.h"
     1.5  #include <lemon/smart_graph.h>
     1.6  #include <lemon/dfs.h>
     1.7 -#include<lemon/skeletons/graph.h>
     1.8 +#include <lemon/concept/graph.h>
     1.9  
    1.10  using namespace lemon;
    1.11  
    1.12 @@ -26,7 +26,7 @@
    1.13  
    1.14  void check_Dfs_SmartGraph_Compile() 
    1.15  {
    1.16 -  typedef skeleton::StaticGraph Graph;
    1.17 +  typedef concept::StaticGraph Graph;
    1.18  
    1.19    typedef Graph::Edge Edge;
    1.20    typedef Graph::Node Node;