summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-23 17:55:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-23 17:55:31 +0100
commit6291574d9477067e14ae493d7d9e59b19c8616ab (patch)
tree8a54eeff782d4f3a3000f1e42253b8587f79c1ad /tools
parent361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff)
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/bigint.cxx1
-rw-r--r--tools/source/ref/globname.cxx1
-rw-r--r--tools/source/stream/stream.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/source/generic/bigint.cxx b/tools/source/generic/bigint.cxx
index 3bd915c69508..41b00888d973 100644
--- a/tools/source/generic/bigint.cxx
+++ b/tools/source/generic/bigint.cxx
@@ -26,7 +26,6 @@
#include <string.h>
-#include <ctype.h>
static const long MY_MAXLONG = 0x3fffffff;
static const long MY_MINLONG = -MY_MAXLONG;
diff --git a/tools/source/ref/globname.cxx b/tools/source/ref/globname.cxx
index 00cc4bd3d2ff..a378cfdc511f 100644
--- a/tools/source/ref/globname.cxx
+++ b/tools/source/ref/globname.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <ctype.h>
#include <stdio.h>
#include <string.h>
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index b1efb6952495..b9232183358b 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -23,7 +23,6 @@
#include <string.h>
#include <stdio.h>
-#include <ctype.h>
#include <stdlib.h>
#include <osl/endian.h>