diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 18:18:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 18:29:50 +0300 |
commit | 3db218c8f70a8d9c29a5013a5e056639b028864b (patch) | |
tree | 25f8ccffeccf7b8fcc350db0bc58b58ee3b52d54 /cui/source | |
parent | ac057ce23d57aa81dbd44852682abaaf5f5510a1 (diff) |
There is nothing scary about <stdlib.h>
Change-Id: Ie30e4d67435808fd6c31e1ca7f10a58faad1c6ce
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index 5363cb9bd62d..462b410c57a6 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -17,16 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <stdlib.h> + #include <tools/shl.hxx> #include <tools/urlobj.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> #include <svx/dialogs.hrc> -#if defined (UNX) || defined (ICC) || defined(WNT) -#include <stdlib.h> -#endif - #include "svx/xattr.hxx" #include <svx/xpool.hxx> #include <cuires.hrc> |