1.1 --- a/src/work/marci/max_flow_demo.cc Thu May 06 15:47:42 2004 +0000
1.2 +++ b/src/work/marci/max_flow_demo.cc Thu May 06 16:54:54 2004 +0000
1.3 @@ -3,9 +3,9 @@
1.4 #include <fstream>
1.5
1.6 #include <list_graph.h>
1.7 -#include <smart_graph.h>
1.8 -#include <dimacs.h>
1.9 -#include <time_measure.h>
1.10 +#include <hugo/smart_graph.h>
1.11 +#include <hugo/dimacs.h>
1.12 +#include <hugo/time_measure.h>
1.13 //#include <graph_wrapper.h>
1.14 #include <max_flow.h>
1.15 //#include <preflow_res.h>