diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 10:08:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 10:08:17 +0300 |
commit | ff7ba8c81c3b00722e58ed01a1ab361094aeb609 (patch) | |
tree | 58e5d1a6670c0250b5bdfa7a1a15ea19653c83a7 | |
parent | b680e352546dc614f3b30bbe212e6b415a6a6bf4 (diff) |
Nothing Unix-specific about <stdlib.h>
Although unsure whether this source file actually uses anything declared in
<stdlib.h>...
Change-Id: Ibb5dfe5d0de1576a37a5f2c9cffcd9b850602b14
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 4c919d5923ff..724c5fa9ba9c 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -23,9 +23,7 @@ #include "unotools/syslocale.hxx" -#if defined ( UNX ) #include <stdlib.h> -#endif #include <vcl/svapp.hxx> #include <math.h> |