diff options
Diffstat (limited to 'ACEXML/tests')
-rw-r--r-- | ACEXML/tests/Makefile | 1 | ||||
-rw-r--r-- | ACEXML/tests/NamespaceSupport_Test.cpp | 2 | ||||
-rw-r--r-- | ACEXML/tests/Transcoder_Test.cpp | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/ACEXML/tests/Makefile b/ACEXML/tests/Makefile index 6478b548721..e172c04c626 100644 --- a/ACEXML/tests/Makefile +++ b/ACEXML/tests/Makefile @@ -15,7 +15,6 @@ BIN = Transcoder_Test \ LSRC = $(addsuffix .cpp,$(BIN)) LOBJ = $(LSRC:%.cpp=$(VDIR)%.o) #SHOBJ = $(addsuffix .so,$(BIN)) -CCFLAGS += -I.. BUILD = $(VBIN) diff --git a/ACEXML/tests/NamespaceSupport_Test.cpp b/ACEXML/tests/NamespaceSupport_Test.cpp index 9f3ed5db203..45509b21053 100644 --- a/ACEXML/tests/NamespaceSupport_Test.cpp +++ b/ACEXML/tests/NamespaceSupport_Test.cpp @@ -1,6 +1,6 @@ // $Id$ -#include "common/NamespaceSupport.h" +#include "ACEXML/common/NamespaceSupport.h" int main (int, ACE_TCHAR *[]) { diff --git a/ACEXML/tests/Transcoder_Test.cpp b/ACEXML/tests/Transcoder_Test.cpp index 1f7e113a93a..ff66804b309 100644 --- a/ACEXML/tests/Transcoder_Test.cpp +++ b/ACEXML/tests/Transcoder_Test.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- $Id$ -#include "common/Transcode.h" +#include "ACEXML/common/Transcode.h" #include "ace/Log_Msg.h" void dump_utf16 (const ACEXML_UTF16 *data, |