changeset 921 | 818510fa3d99 |
parent 618 | e944d741f472 |
1.1 --- a/src/work/klao/iter_map_test.cc Wed Sep 29 14:12:26 2004 +0000 1.2 +++ b/src/work/klao/iter_map_test.cc Wed Sep 29 15:30:04 2004 +0000 1.3 @@ -1,9 +1,9 @@ 1.4 #include <iter_map.h> 1.5 -#include <hugo/maps.h> 1.6 +#include <lemon/maps.h> 1.7 1.8 #include <iostream> 1.9 1.10 -using namespace hugo; 1.11 +using namespace lemon; 1.12 using namespace std; 1.13 1.14 const int N = 3;