src/work/marci/iterator_bfs_demo.cc
changeset 921 818510fa3d99
parent 777 a82713ed19f3
child 986 e997802b855c
     1.1 --- a/src/work/marci/iterator_bfs_demo.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/marci/iterator_bfs_demo.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -4,11 +4,11 @@
     1.4  #include <string>
     1.5  
     1.6  #include <sage_graph.h>
     1.7 -#include <hugo/smart_graph.h>
     1.8 +#include <lemon/smart_graph.h>
     1.9  #include <bfs_dfs.h>
    1.10 -#include <hugo/graph_wrapper.h>
    1.11 +#include <lemon/graph_wrapper.h>
    1.12  
    1.13 -using namespace hugo;
    1.14 +using namespace lemon;
    1.15  
    1.16  using std::cout; 
    1.17  using std::endl;