1.1 --- a/lemon/Makefile.am Mon Nov 14 18:55:19 2005 +0000
1.2 +++ b/lemon/Makefile.am Tue Nov 15 20:50:21 2005 +0000
1.3 @@ -78,7 +78,7 @@
1.4 bits/extendable_graph_extender.h \
1.5 bits/clearable_graph_extender.h \
1.6 bits/erasable_graph_extender.h \
1.7 - bits/undir_graph_extender.h \
1.8 + bits/graph_extender.h \
1.9 bits/static_map.h \
1.10 bits/item_reader.h \
1.11 bits/item_writer.h \
2.1 --- a/test/undir_graph_test.cc Mon Nov 14 18:55:19 2005 +0000
2.2 +++ b/test/undir_graph_test.cc Tue Nov 15 20:50:21 2005 +0000
2.3 @@ -1,6 +1,6 @@
2.4 // -*- C++ -*-
2.5
2.6 -#include <lemon/bits/undir_graph_extender.h>
2.7 +#include <lemon/bits/graph_extender.h>
2.8 #include <lemon/concept/undir_graph.h>
2.9 #include <lemon/list_graph.h>
2.10 #include <lemon/smart_graph.h>