changeset 303 | 1b377a730d02 |
parent 281 | 3fefabfd00b7 |
child 921 | 818510fa3d99 |
1.1 --- a/src/work/marci/experiment/iterator_bfs_demo.cc Mon Apr 05 15:31:21 2004 +0000 1.2 +++ b/src/work/marci/experiment/iterator_bfs_demo.cc Mon Apr 05 16:52:46 2004 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 1.5 #include <list_graph.h> 1.6 //#include <smart_graph.h> 1.7 -#include <bfs_iterator_1.h> 1.8 -#include <graph_wrapper_1.h> 1.9 +#include <bfs_iterator.h> 1.10 +#include <graph_wrapper.h> 1.11 1.12 using namespace hugo; 1.13 using std::cout;