changeset 555 | 995bc1f1a3ce |
parent 480 | 4fb0d1e166ea |
child 577 | e8703f0a6e2f |
1.1 --- a/src/work/marci/lg_vs_sg.cc Thu May 06 15:47:42 2004 +0000 1.2 +++ b/src/work/marci/lg_vs_sg.cc Thu May 06 16:54:54 2004 +0000 1.3 @@ -4,10 +4,10 @@ 1.4 #include <string> 1.5 1.6 #include <list_graph.h> 1.7 -#include <smart_graph.h> 1.8 -#include <dimacs.h> 1.9 +#include <hugo/smart_graph.h> 1.10 +#include <hugo/dimacs.h> 1.11 #include <max_flow.h> 1.12 -#include <time_measure.h> 1.13 +#include <hugo/time_measure.h> 1.14 #include <for_each_macros.h> 1.15 1.16 using namespace hugo;