diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-23 17:55:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-23 17:55:31 +0100 |
commit | 6291574d9477067e14ae493d7d9e59b19c8616ab (patch) | |
tree | 8a54eeff782d4f3a3000f1e42253b8587f79c1ad /svtools | |
parent | 361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff) |
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svhtml/htmlsupp.cxx | 2 | ||||
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 2 | ||||
-rw-r--r-- | svtools/source/svrtf/rtfkeywd.cxx | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/svhtml/htmlsupp.cxx b/svtools/source/svhtml/htmlsupp.cxx index 7e0fe1cd5e1b..027257b5bf07 100644 --- a/svtools/source/svhtml/htmlsupp.cxx +++ b/svtools/source/svhtml/htmlsupp.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#include <ctype.h> #include <comphelper/string.hxx> #include <svtools/parhtml.hxx> #include <svtools/htmltokn.h> diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index 82e76414e456..acd523092ff2 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#include <ctype.h> #include <comphelper/string.hxx> #include <tools/stream.hxx> #include <tools/debug.hxx> diff --git a/svtools/source/svrtf/rtfkeywd.cxx b/svtools/source/svrtf/rtfkeywd.cxx index 39e0b84c7efc..a0b2ffe48e49 100644 --- a/svtools/source/svrtf/rtfkeywd.cxx +++ b/svtools/source/svrtf/rtfkeywd.cxx @@ -22,7 +22,6 @@ #include <svtools/rtftoken.h> #include <string.h> -#include <ctype.h> #include <stdlib.h> // the table is still to be sorted |