summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/source/expatwrap/sax_expat.cxx13
1 files changed, 3 insertions, 10 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index 6a25452aee8e..e0b4af3a54e0 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sax_expat.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 12:04:52 $
+ * last change: $Author: obo $ $Date: 2006-01-16 13:10:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,16 +33,9 @@
*
************************************************************************/
#include <stdlib.h>
+#include <sal/alloca.h>
#include <vector>
-#ifdef WIN32
-#include <malloc.h>
-#else
-#if !(defined(MACOSX) || defined(NETBSD) || defined(FREEBSD))
-#include <alloca.h>
-#endif
-#endif
-
#include <osl/diagnose.h>
#include <com/sun/star/lang/XServiceInfo.hpp>