src/work/marci/max_flow_1.cc
changeset 762 511200bdb71f
parent 642 e812963087f0
child 921 818510fa3d99
     1.1 --- a/src/work/marci/max_flow_1.cc	Tue Aug 17 10:24:19 2004 +0000
     1.2 +++ b/src/work/marci/max_flow_1.cc	Tue Aug 17 11:20:16 2004 +0000
     1.3 @@ -7,9 +7,9 @@
     1.4  #include <hugo/dimacs.h>
     1.5  #include <hugo/time_measure.h>
     1.6  //#include <graph_wrapper.h>
     1.7 -#include <max_flow.h>
     1.8 +#include <hugo/max_flow.h>
     1.9  //#include <preflow_res.h>
    1.10 -#include <hugo/for_each_macros.h>
    1.11 +#include <for_each_macros.h>
    1.12  
    1.13  using namespace hugo;
    1.14