diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:30:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:30:10 +0000 |
commit | 1b614edef6868ee9d8281b5652664bb10ca04a2a (patch) | |
tree | 8c755555989c90c67a9428e141f3657e661d7fbf /bridges/source/remote/urp/urp_dispatch.cxx | |
parent | cf664d29b31c6e795a47985cb48240be5d4a4c8c (diff) |
INTEGRATION: CWS ooo20030412 (1.8.40); FILE MERGED
2003/04/10 05:34:06 mh 1.8.40.1: chg: use sal alloca.h, #i6842#
Diffstat (limited to 'bridges/source/remote/urp/urp_dispatch.cxx')
-rw-r--r-- | bridges/source/remote/urp/urp_dispatch.cxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/bridges/source/remote/urp/urp_dispatch.cxx b/bridges/source/remote/urp/urp_dispatch.cxx index 317c379b9..ee4da6254 100644 --- a/bridges/source/remote/urp/urp_dispatch.cxx +++ b/bridges/source/remote/urp/urp_dispatch.cxx @@ -2,9 +2,9 @@ * * $RCSfile: urp_dispatch.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2003-03-18 19:07:08 $ + * last change: $Author: hr $ $Date: 2003-04-28 16:30:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,14 +58,7 @@ * * ************************************************************************/ -#ifdef SOLARIS -#include <alloca.h> -#elif MACOSX -#include <sys/types.h> -#include <sys/malloc.h> -#else -#include <malloc.h> -#endif +#include <sal/alloca.h> #include <osl/mutex.hxx> #include <osl/diagnose.h> |