summaryrefslogtreecommitdiff
path: root/hwpfilter
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 /hwpfilter
parent361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff)
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hbox.cxx2
-rw-r--r--hwpfilter/source/hutil.cxx1
-rw-r--r--hwpfilter/source/hwpeq.cxx1
3 files changed, 0 insertions, 4 deletions
diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index 3701f9298720..88e76c7ca7f8 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -19,8 +19,6 @@
#include "precompile.h"
-#include <ctype.h>
-
#include <osl/diagnose.h>
#include "hwpfile.h"
diff --git a/hwpfilter/source/hutil.cxx b/hwpfilter/source/hutil.cxx
index 4597f84530c8..30d176d46e91 100644
--- a/hwpfilter/source/hutil.cxx
+++ b/hwpfilter/source/hutil.cxx
@@ -19,7 +19,6 @@
#include "precompile.h"
-#include <ctype.h>
#include "hwpfile.h"
#include "hbox.h"
#include "hutil.h"
diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx
index 7d632998f729..5a0ca83774c5 100644
--- a/hwpfilter/source/hwpeq.cxx
+++ b/hwpfilter/source/hwpeq.cxx
@@ -20,7 +20,6 @@
#include <assert.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
// DVO: always use standard headers:
#include <istream>