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