diff -r 75f749682240 -r c80ef5912903 src/test/bfs_test.cc --- a/src/test/bfs_test.cc Thu Nov 04 18:52:31 2004 +0000 +++ b/src/test/bfs_test.cc Thu Nov 04 20:24:59 2004 +0000 @@ -17,7 +17,7 @@ #include "test_tools.h" #include #include -#include +#include using namespace lemon; @@ -26,7 +26,7 @@ void check_Bfs_Compile() { - typedef skeleton::StaticGraph Graph; + typedef concept::StaticGraph Graph; typedef Graph::Edge Edge; typedef Graph::Node Node;