summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-19 13:46:32 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-19 13:46:32 +0000
commit8973c2cb17f381e6504444371f64992b237f098f (patch)
treeb10a07b82b73169acf654cf360308d94f179d5f0 /cppu
parent03b6905b919293ab1b00177bc2134b273b496d08 (diff)
test C includes
Diffstat (limited to 'cppu')
-rw-r--r--cppu/test/makefile.mk8
-rw-r--r--cppu/test/test_Cincludes.c1
2 files changed, 4 insertions, 5 deletions
diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk
index 4f0bd8db3f4c..f6b02d34e49d 100644
--- a/cppu/test/makefile.mk
+++ b/cppu/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: pluby $ $Date: 2001-03-02 07:14:08 $
+# last change: $Author: dbo $ $Date: 2001-03-19 14:46:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,8 +83,8 @@ INCPRE+= $(OUT)$/inc$/test
OBJFILES= \
$(OBJ)$/testcppu.obj \
- $(OBJ)$/test_di.obj
-# $(OBJ)$/test_Cincludes.obj
+ $(OBJ)$/test_di.obj \
+ $(OBJ)$/test_Cincludes.obj
# $(OBJ)$/test_sec.obj \
APP1TARGET= testcppu
diff --git a/cppu/test/test_Cincludes.c b/cppu/test/test_Cincludes.c
index 62d16557dba0..bacdbc67209e 100644
--- a/cppu/test/test_Cincludes.c
+++ b/cppu/test/test_Cincludes.c
@@ -1,5 +1,4 @@
#include <uno/any2.h>
-#include <uno/current_context.h>
#include <uno/data.h>
#include <uno/dispatcher.h>
#include <uno/environment.h>