diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-12-27 15:20:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-12-27 17:24:11 +0000 |
commit | ec3e17456939ffce227c1b3e1545c7fb4bf288c7 (patch) | |
tree | c37466b171fc23af84cf586ee95ad913201d6be8 /l10ntools | |
parent | e7d920da4465fd8de8b8a9f87a3589054eac73de (diff) |
Remove some includes (stdio/stdlib)
Change-Id: I4aa649961efac521e72c363efb5d0a3192125da5
Reviewed-on: https://gerrit.libreoffice.org/20966
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpex.cxx | 3 | ||||
-rw-r--r-- | l10ntools/source/lngex.cxx | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx index 207f7ada700e..660b016cabcd 100644 --- a/l10ntools/source/helpex.cxx +++ b/l10ntools/source/helpex.cxx @@ -24,9 +24,6 @@ #include <string> #include <cstring> -#include <stdio.h> -#include <stdlib.h> - #include "sal/main.h" #include "helpmerge.hxx" diff --git a/l10ntools/source/lngex.cxx b/l10ntools/source/lngex.cxx index 3754326e1ae8..d68cdc855800 100644 --- a/l10ntools/source/lngex.cxx +++ b/l10ntools/source/lngex.cxx @@ -19,8 +19,6 @@ #include "sal/config.h" -#include <stdio.h> - #include "sal/main.h" #include "lngmerge.hxx" |