src/work/marci/leda/bipartite_matching_leda_gen.cc
changeset 616 31879aac4dc3
parent 496 7c463a7635d4
child 648 8c13444bccf6
     1.1 --- a/src/work/marci/leda/bipartite_matching_leda_gen.cc	Tue May 11 19:50:21 2004 +0000
     1.2 +++ b/src/work/marci/leda/bipartite_matching_leda_gen.cc	Tue May 11 20:20:41 2004 +0000
     1.3 @@ -13,11 +13,11 @@
     1.4  #include <list_graph.h>
     1.5  //#include <smart_graph.h>
     1.6  //#include <dimacs.h>
     1.7 -#include <time_measure.h>
     1.8 +#include <hugo/time_measure.h>
     1.9  #include <for_each_macros.h>
    1.10 -#include <graph_wrapper.h>
    1.11 +#include <hugo/graph_wrapper.h>
    1.12  #include <bipartite_graph_wrapper.h>
    1.13 -#include <maps.h>
    1.14 +#include <hugo/maps.h>
    1.15  #include <max_flow.h>
    1.16  
    1.17  /**