Index: src/work/marci/bipartite_graph_wrapper.h
===================================================================
--- src/work/marci/bipartite_graph_wrapper.h	(revision 555)
+++ src/work/marci/bipartite_graph_wrapper.h	(revision 557)
@@ -13,5 +13,5 @@
 #include <hugo/invalid.h>
 #include <iter_map.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 
 namespace hugo {
Index: src/work/marci/bipartite_graph_wrapper_test.cc
===================================================================
--- src/work/marci/bipartite_graph_wrapper_test.cc	(revision 555)
+++ src/work/marci/bipartite_graph_wrapper_test.cc	(revision 557)
@@ -10,5 +10,5 @@
 #include <for_each_macros.h>
 #include <bfs_iterator.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 #include <bipartite_graph_wrapper.h>
 #include <hugo/maps.h>
Index: src/work/marci/bipartite_matching_try.cc
===================================================================
--- src/work/marci/bipartite_matching_try.cc	(revision 555)
+++ src/work/marci/bipartite_matching_try.cc	(revision 557)
@@ -11,5 +11,5 @@
 #include <for_each_macros.h>
 #include <bfs_iterator.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 #include <bipartite_graph_wrapper.h>
 #include <hugo/maps.h>
Index: src/work/marci/iterator_bfs_demo.cc
===================================================================
--- src/work/marci/iterator_bfs_demo.cc	(revision 389)
+++ src/work/marci/iterator_bfs_demo.cc	(revision 557)
@@ -7,5 +7,5 @@
 //#include <smart_graph.h>
 #include <bfs_iterator.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 
 using namespace hugo;
Index: src/work/marci/top_sort_test.cc
===================================================================
--- src/work/marci/top_sort_test.cc	(revision 552)
+++ src/work/marci/top_sort_test.cc	(revision 557)
@@ -7,5 +7,5 @@
 #include <bfs_dfs_misc.h>
 #include <list_graph.h>
-#include <graph_wrapper.h>
+#include <hugo/graph_wrapper.h>
 
 using namespace hugo;
