diff -r 75f749682240 -r c80ef5912903 src/test/path_test.cc --- a/src/test/path_test.cc Thu Nov 04 18:52:31 2004 +0000 +++ b/src/test/path_test.cc Thu Nov 04 20:24:59 2004 +0000 @@ -16,13 +16,13 @@ #include #include -#include +#include #include #include using namespace std; using namespace lemon; -using namespace skeleton; +using namespace lemon::concept; template void checkCompilePath(Path &P) { @@ -86,7 +86,7 @@ } -template void checkCompilePath< skeleton::Path >(skeleton::Path &); +template void checkCompilePath< concept::Path >(concept::Path &); template void checkCompilePath< DirPath >(DirPath &); template void checkCompilePath< UndirPath >(UndirPath &);