1.1 --- a/src/work/jacint/max_flow.h Fri May 14 15:19:18 2004 +0000
1.2 +++ b/src/work/jacint/max_flow.h Fri May 14 15:33:52 2004 +0000
1.3 @@ -10,7 +10,7 @@
1.4 #include <bfs_dfs.h>
1.5 #include <hugo/invalid.h>
1.6 #include <hugo/maps.h>
1.7 -#include <for_each_macros.h>
1.8 +#include <hugo/for_each_macros.h>
1.9
1.10 /// \file
1.11 /// \brief Maximum flow algorithms.
2.1 --- a/src/work/marci/bfs_dfs_misc.h Fri May 14 15:19:18 2004 +0000
2.2 +++ b/src/work/marci/bfs_dfs_misc.h Fri May 14 15:33:52 2004 +0000
2.3 @@ -11,7 +11,7 @@
2.4 // ///\author Marton Makai
2.5
2.6 #include <bfs_dfs.h>
2.7 -#include <for_each_macros.h>
2.8 +#include <hugo/for_each_macros.h>
2.9
2.10 namespace hugo {
2.11
3.1 --- a/src/work/marci/bfsit_vs_byhand.cc Fri May 14 15:19:18 2004 +0000
3.2 +++ b/src/work/marci/bfsit_vs_byhand.cc Fri May 14 15:33:52 2004 +0000
3.3 @@ -6,7 +6,7 @@
3.4 //#include <smart_graph.h>
3.5 #include <hugo/dimacs.h>
3.6 #include <hugo/time_measure.h>
3.7 -#include <for_each_macros.h>
3.8 +#include <hugo/for_each_macros.h>
3.9 #include <bfs_dfs.h>
3.10
3.11 using namespace hugo;
4.1 --- a/src/work/marci/bipartite_graph_wrapper_test.cc Fri May 14 15:19:18 2004 +0000
4.2 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc Fri May 14 15:33:52 2004 +0000
4.3 @@ -7,7 +7,7 @@
4.4 //#include <smart_graph.h>
4.5 //#include <dimacs.h>
4.6 #include <hugo/time_measure.h>
4.7 -#include <for_each_macros.h>
4.8 +#include <hugo/for_each_macros.h>
4.9 #include <bfs_dfs.h>
4.10 #include <hugo/graph_wrapper.h>
4.11 #include <bipartite_graph_wrapper.h>
5.1 --- a/src/work/marci/bipartite_matching_try.cc Fri May 14 15:19:18 2004 +0000
5.2 +++ b/src/work/marci/bipartite_matching_try.cc Fri May 14 15:33:52 2004 +0000
5.3 @@ -8,7 +8,7 @@
5.4 //#include <smart_graph.h>
5.5 //#include <dimacs.h>
5.6 #include <hugo/time_measure.h>
5.7 -#include <for_each_macros.h>
5.8 +#include <hugo/for_each_macros.h>
5.9 #include <bfs_dfs.h>
5.10 #include <hugo/graph_wrapper.h>
5.11 #include <bipartite_graph_wrapper.h>
6.1 --- a/src/work/marci/bipartite_matching_try_3.cc Fri May 14 15:19:18 2004 +0000
6.2 +++ b/src/work/marci/bipartite_matching_try_3.cc Fri May 14 15:33:52 2004 +0000
6.3 @@ -7,7 +7,7 @@
6.4 //#include <smart_graph.h>
6.5 //#include <dimacs.h>
6.6 #include <hugo/time_measure.h>
6.7 -#include <for_each_macros.h>
6.8 +#include <hugo/for_each_macros.h>
6.9 #include <bfs_dfs.h>
6.10 #include <bipartite_graph_wrapper.h>
6.11 #include <hugo/maps.h>
7.1 --- a/src/work/marci/lg_vs_sg.cc Fri May 14 15:19:18 2004 +0000
7.2 +++ b/src/work/marci/lg_vs_sg.cc Fri May 14 15:33:52 2004 +0000
7.3 @@ -8,7 +8,7 @@
7.4 #include <hugo/dimacs.h>
7.5 #include <max_flow.h>
7.6 #include <hugo/time_measure.h>
7.7 -#include <for_each_macros.h>
7.8 +#include <hugo/for_each_macros.h>
7.9
7.10 using namespace hugo;
7.11
8.1 --- a/src/work/marci/macro_test.cc Fri May 14 15:19:18 2004 +0000
8.2 +++ b/src/work/marci/macro_test.cc Fri May 14 15:33:52 2004 +0000
8.3 @@ -3,7 +3,7 @@
8.4 #include <fstream>
8.5
8.6 #include <list_graph.h>
8.7 -#include <for_each_macros.h>
8.8 +#include <hugo/for_each_macros.h>
8.9
8.10 using namespace hugo;
8.11
9.1 --- a/src/work/marci/max_flow_1.cc Fri May 14 15:19:18 2004 +0000
9.2 +++ b/src/work/marci/max_flow_1.cc Fri May 14 15:33:52 2004 +0000
9.3 @@ -9,7 +9,7 @@
9.4 //#include <graph_wrapper.h>
9.5 #include <max_flow.h>
9.6 //#include <preflow_res.h>
9.7 -#include <for_each_macros.h>
9.8 +#include <hugo/for_each_macros.h>
9.9
9.10 using namespace hugo;
9.11
10.1 --- a/src/work/marci/max_flow_demo.cc Fri May 14 15:19:18 2004 +0000
10.2 +++ b/src/work/marci/max_flow_demo.cc Fri May 14 15:33:52 2004 +0000
10.3 @@ -9,7 +9,7 @@
10.4 //#include <graph_wrapper.h>
10.5 #include <max_flow.h>
10.6 //#include <preflow_res.h>
10.7 -#include <for_each_macros.h>
10.8 +#include <hugo/for_each_macros.h>
10.9
10.10 using namespace hugo;
10.11
11.1 --- a/src/work/marci/top_sort_test.cc Fri May 14 15:19:18 2004 +0000
11.2 +++ b/src/work/marci/top_sort_test.cc Fri May 14 15:33:52 2004 +0000
11.3 @@ -8,7 +8,7 @@
11.4 #include <list_graph.h>
11.5 #include <hugo/graph_wrapper.h>
11.6 #include <hugo/maps.h>
11.7 -#include <for_each_macros.h>
11.8 +#include <hugo/for_each_macros.h>
11.9
11.10 using namespace hugo;
11.11