src/work/peter/hierarchygraph_test.cc
changeset 921 818510fa3d99
parent 690 a0f95e1b17fc
     1.1 --- a/src/work/peter/hierarchygraph_test.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/peter/hierarchygraph_test.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -3,11 +3,11 @@
     1.4  #include <stdio.h>
     1.5  
     1.6  #include "hierarchygraph.h"
     1.7 -#include <hugo/list_graph.h>
     1.8 -#include <hugo/smart_graph.h>
     1.9 +#include <lemon/list_graph.h>
    1.10 +#include <lemon/smart_graph.h>
    1.11  #include <path.h>
    1.12  
    1.13 -using namespace hugo;
    1.14 +using namespace lemon;
    1.15  using namespace std;
    1.16  
    1.17  bool passed = true;