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_