#include <hugo/...>
authorklao
Tue, 11 May 2004 22:49:13 +0000
changeset 618e944d741f472
parent 617 dc17013b0e52
child 619 e09818232531
#include <hugo/...>
src/work/bin_heap_demo.cc
src/work/klao/Makefile
src/work/klao/iter_map_test.cc
src/work/klao/map_test.cc
src/work/makefile
     1.1 --- a/src/work/bin_heap_demo.cc	Tue May 11 21:26:29 2004 +0000
     1.2 +++ b/src/work/bin_heap_demo.cc	Tue May 11 22:49:13 2004 +0000
     1.3 @@ -1,8 +1,9 @@
     1.4  #include <iostream>
     1.5 -#include <bin_heap.h>
     1.6  #include <string>
     1.7  #include <map>
     1.8  
     1.9 +#include <hugo/bin_heap.h>
    1.10 +
    1.11  using namespace hugo;
    1.12  using namespace std;
    1.13  
     2.1 --- a/src/work/klao/Makefile	Tue May 11 21:26:29 2004 +0000
     2.2 +++ b/src/work/klao/Makefile	Tue May 11 22:49:13 2004 +0000
     2.3 @@ -1,4 +1,4 @@
     2.4  BINARIES = path_test map_test iter_map_test
     2.5 -INCLUDEDIRS= -I. -I.. -I../../include -I../{marci,jacint,alpar,johanna,akos}
     2.6 +INCLUDEDIRS= -I. -I.. -I../.. -I../{marci,jacint,alpar,johanna,athos,akos}
     2.7  include ../makefile
     2.8  
     3.1 --- a/src/work/klao/iter_map_test.cc	Tue May 11 21:26:29 2004 +0000
     3.2 +++ b/src/work/klao/iter_map_test.cc	Tue May 11 22:49:13 2004 +0000
     3.3 @@ -1,5 +1,5 @@
     3.4  #include <iter_map.h>
     3.5 -#include <maps.h>
     3.6 +#include <hugo/maps.h>
     3.7  
     3.8  #include <iostream>
     3.9  
     4.1 --- a/src/work/klao/map_test.cc	Tue May 11 21:26:29 2004 +0000
     4.2 +++ b/src/work/klao/map_test.cc	Tue May 11 22:49:13 2004 +0000
     4.3 @@ -1,6 +1,6 @@
     4.4  #include <iostream>
     4.5  
     4.6 -#include <maps.h>
     4.7 +#include <hugo/maps.h>
     4.8  
     4.9  using namespace std;
    4.10  using namespace hugo;
     5.1 --- a/src/work/makefile	Tue May 11 21:26:29 2004 +0000
     5.2 +++ b/src/work/makefile	Tue May 11 22:49:13 2004 +0000
     5.3 @@ -1,4 +1,4 @@
     5.4 -INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos}
     5.5 +INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
     5.6  CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     5.7  
     5.8  BINARIES ?= bin_heap_demo