From c4600cd5f92ce3498cbfae368bc6ec188e012a19 Mon Sep 17 00:00:00 2001 From: nanbor Date: Thu, 14 Feb 2002 06:28:57 +0000 Subject: ChangeLogTag:Thu Feb 14 00:20:39 2002 Nanbor Wang --- ACEXML/tests/Makefile | 1 - ACEXML/tests/NamespaceSupport_Test.cpp | 2 +- ACEXML/tests/Transcoder_Test.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'ACEXML/tests') 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, -- cgit v1.2.1