1.1 --- a/src/work/peter/edgepathgraph_test.cc Wed Sep 29 14:12:26 2004 +0000
1.2 +++ b/src/work/peter/edgepathgraph_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 "edgepathgraph.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;