summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-cppu+source+typelib+typelib.cxx
blob: 226c6033836e57e2c09963d662a267bf53acdf47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: cppu/source/typelib/typelib.cxx
===================================================================
RCS file: /cvs/udk/cppu/source/typelib/typelib.cxx,v
retrieving revision 1.14.10.1
diff -u -r1.14.10.1 typelib.cxx
--- cppu/source/typelib/typelib.cxx	9 Aug 2002 02:30:50 -0000	1.14.10.1
+++ cppu/source/typelib/typelib.cxx	10 Jul 2005 09:13:22 -0000
@@ -71,12 +71,6 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
-#ifdef MACOSX
-#include <sys/types.h>
-#include <sys/malloc.h>
-#else
-#include <malloc.h>
-#endif
 #if defined(SOLARIS) || defined(IRIX)
 #include <alloca.h>
 #endif