From 8694ce8ec2beee748c5e566290d79d02b98c4772 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 28 Apr 2003 15:31:42 +0000 Subject: INTEGRATION: CWS ooo20030412 (1.5.30); FILE MERGED 2003/04/09 12:35:30 mh 1.5.30.1: chg: use sal alloca, #i6842# --- cppuhelper/source/implbase_ex.cxx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/source/implbase_ex.cxx b/cppuhelper/source/implbase_ex.cxx index 4bb05a0109c6..d247d1088c51 100644 --- a/cppuhelper/source/implbase_ex.cxx +++ b/cppuhelper/source/implbase_ex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implbase_ex.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:34:54 $ + * last change: $Author: hr $ $Date: 2003-04-28 16:31:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,14 +59,10 @@ * ************************************************************************/ -#ifdef SOLARIS -#include -#elif defined MACOSX -#include -#include -#else -#include +#ifndef INCLUDED_SAL_ALLOCA_H +#include #endif + #include #ifndef _OSL_DIAGNOSE_H_ -- cgit