summaryrefslogtreecommitdiff
path: root/idl
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 /idl
parent361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff)
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'idl')
-rw-r--r--idl/source/cmptools/hash.cxx1
-rw-r--r--idl/source/cmptools/lex.cxx2
-rw-r--r--idl/source/objects/bastype.cxx1
-rw-r--r--idl/source/objects/module.cxx2
-rw-r--r--idl/source/objects/object.cxx1
-rw-r--r--idl/source/objects/slot.cxx2
-rw-r--r--idl/source/objects/types.cxx1
-rw-r--r--idl/source/prj/command.cxx1
-rw-r--r--idl/source/prj/database.cxx1
9 files changed, 0 insertions, 12 deletions
diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx
index 17a5f25c5ed0..9fc364fc83d4 100644
--- a/idl/source/cmptools/hash.cxx
+++ b/idl/source/cmptools/hash.cxx
@@ -20,7 +20,6 @@
// C and C++ includes
#include <stdlib.h>
-#include <ctype.h>
// program-sensitive includes
#include <hash.hxx>
diff --git a/idl/source/cmptools/lex.cxx b/idl/source/cmptools/lex.cxx
index d5e1d943fa6e..3a1a73c26799 100644
--- a/idl/source/cmptools/lex.cxx
+++ b/idl/source/cmptools/lex.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <ctype.h>
-
#include <hash.hxx>
#include <lex.hxx>
#include <globals.hxx>
diff --git a/idl/source/objects/bastype.cxx b/idl/source/objects/bastype.cxx
index adff4d5e726d..a7db1adb8002 100644
--- a/idl/source/objects/bastype.cxx
+++ b/idl/source/objects/bastype.cxx
@@ -19,7 +19,6 @@
#include <limits.h>
-#include <ctype.h>
#include <bastype.hxx>
#include <lex.hxx>
#include <globals.hxx>
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx
index 06607559b56a..6439c9611549 100644
--- a/idl/source/objects/module.cxx
+++ b/idl/source/objects/module.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <ctype.h>
-
#include <module.hxx>
#include <globals.hxx>
#include <database.hxx>
diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx
index 8e5e177fbd2e..d4b2eee57eae 100644
--- a/idl/source/objects/object.cxx
+++ b/idl/source/objects/object.cxx
@@ -20,7 +20,6 @@
#include <sal/config.h>
#include <algorithm>
-#include <ctype.h>
#include <rtl/strbuf.hxx>
#include <osl/diagnose.h>
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index e456f5f639a5..110c6fa3aef0 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#include <ctype.h>
#include <rtl/strbuf.hxx>
#include <osl/diagnose.h>
#include <tools/debug.hxx>
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx
index 6f3042b70d33..d76333524ddc 100644
--- a/idl/source/objects/types.cxx
+++ b/idl/source/objects/types.cxx
@@ -20,7 +20,6 @@
#include <sal/config.h>
#include <algorithm>
-#include <ctype.h>
#include <tools/debug.hxx>
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 2b5132682724..02a3661b8155 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -22,7 +22,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <osl/diagnose.h>
#include <rtl/character.hxx>
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx
index 15c21a388fbf..377f507fe57d 100644
--- a/idl/source/prj/database.cxx
+++ b/idl/source/prj/database.cxx
@@ -20,7 +20,6 @@
#include <sal/config.h>
#include <algorithm>
-#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <tools/debug.hxx>