src/work/athos/bfs_test.cc
changeset 921 818510fa3d99
parent 671 708df4dc6ab6
child 986 e997802b855c
     1.1 --- a/src/work/athos/bfs_test.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/athos/bfs_test.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -4,12 +4,12 @@
     1.4  
     1.5  #include <sage_graph.h>
     1.6  //#include <smart_graph.h>
     1.7 -#include <hugo/dimacs.h>
     1.8 -#include <hugo/time_measure.h>
     1.9 -#include <hugo/for_each_macros.h>
    1.10 +#include <lemon/dimacs.h>
    1.11 +#include <lemon/time_measure.h>
    1.12 +#include <lemon/for_each_macros.h>
    1.13  #include <bfs_dfs.h>
    1.14  
    1.15 -using namespace hugo;
    1.16 +using namespace lemon;
    1.17  
    1.18  int main() {
    1.19    typedef SageGraph Graph;