[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Mon Apr 21 23:00:13 PDT 2014
sw/source/core/bastyp/calc.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit e64adf61eb36e6999cced57a35b7cdd8d014abf3
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 22 08:59:26 2014 +0300
I see no reason why <stdlib.h> would be needed on OS X
Change-Id: I5a4f53874db43917c7522d03f0607078194c02a1
diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx
index 4e3c139..837d87e 100644
--- a/sw/source/core/bastyp/calc.cxx
+++ b/sw/source/core/bastyp/calc.cxx
@@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#if defined(MACOSX)
-#include <stdlib.h>
-#endif
-
#include <calc.hxx>
#include <cctype>
#include <cfloat>
More information about the Libreoffice-commits
mailing list