summaryrefslogtreecommitdiff
path: root/rsc
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 /rsc
parent361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff)
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscdb.cxx1
-rw-r--r--rsc/source/parser/rsckey.cxx1
-rw-r--r--rsc/source/parser/rscyacc.y1
-rw-r--r--rsc/source/res/rscmgr.cxx1
-rw-r--r--rsc/source/rsc/rsc.cxx1
-rw-r--r--rsc/source/rscpp/cpp1.c1
-rw-r--r--rsc/source/rscpp/cpp4.c1
-rw-r--r--rsc/source/tools/rscchar.cxx1
-rw-r--r--rsc/source/tools/rsctools.cxx1
9 files changed, 0 insertions, 9 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index 9232c8fa0d2e..1b76102351e2 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/rsc/source/parser/rsckey.cxx b/rsc/source/parser/rsckey.cxx
index 90dd66db8f32..8f3a11f61260 100644
--- a/rsc/source/parser/rsckey.cxx
+++ b/rsc/source/parser/rsckey.cxx
@@ -19,7 +19,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include <ctype.h>
#include <string.h>
#include <rscall.h>
#include <rsctools.hxx>
diff --git a/rsc/source/parser/rscyacc.y b/rsc/source/parser/rscyacc.y
index 25d39c594ac8..4d51eb1c7241 100644
--- a/rsc/source/parser/rscyacc.y
+++ b/rsc/source/parser/rscyacc.y
@@ -22,7 +22,6 @@
#include <limits.h>
#include <stdio.h>
-#include <ctype.h>
#include <string.h>
#include <rtl/strbuf.hxx>
diff --git a/rsc/source/res/rscmgr.cxx b/rsc/source/res/rscmgr.cxx
index 39f0b655e81a..6c0b1441d042 100644
--- a/rsc/source/res/rscmgr.cxx
+++ b/rsc/source/res/rscmgr.cxx
@@ -21,7 +21,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <rscmgr.hxx>
#include <rscdb.hxx>
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 8ccfd83f6c77..9b5e44aef736 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -32,7 +32,6 @@
#endif
#include <string.h>
-#include <ctype.h>
#include <errno.h>
#include <tools/stream.hxx>
diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c
index 03d75f440c0b..d5e8d545ec64 100644
--- a/rsc/source/rscpp/cpp1.c
+++ b/rsc/source/rscpp/cpp1.c
@@ -20,7 +20,6 @@
#define NOMAIN
#include <stdio.h>
-#include <ctype.h>
#include "cppdef.h"
#include "cpp.h"
diff --git a/rsc/source/rscpp/cpp4.c b/rsc/source/rscpp/cpp4.c
index d8009d29a843..6e1811164e62 100644
--- a/rsc/source/rscpp/cpp4.c
+++ b/rsc/source/rscpp/cpp4.c
@@ -19,7 +19,6 @@
#include <sal/types.h>
#include <stdio.h>
-#include <ctype.h>
#include "cppdef.h"
#include "cpp.h"
diff --git a/rsc/source/tools/rscchar.cxx b/rsc/source/tools/rscchar.cxx
index fb5411407b54..f081773344cc 100644
--- a/rsc/source/tools/rscchar.cxx
+++ b/rsc/source/tools/rscchar.cxx
@@ -19,7 +19,6 @@
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <rsctools.hxx>
diff --git a/rsc/source/tools/rsctools.cxx b/rsc/source/tools/rsctools.cxx
index c5780c9b0548..ca011e468177 100644
--- a/rsc/source/tools/rsctools.cxx
+++ b/rsc/source/tools/rsctools.cxx
@@ -24,7 +24,6 @@
#include <direct.h>
#endif
#include <string.h>
-#include <ctype.h>
#include <rscdef.hxx>
#include <rsctools.hxx>