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 /idl/source/cmptools | |
parent | 361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff) |
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'idl/source/cmptools')
-rw-r--r-- | idl/source/cmptools/hash.cxx | 1 | ||||
-rw-r--r-- | idl/source/cmptools/lex.cxx | 2 |
2 files changed, 0 insertions, 3 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> |