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 /vcl/source | |
parent | 361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff) |
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/filter/jpeg/transupp.c | 1 | ||||
-rw-r--r-- | vcl/source/gdi/bitmapex.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c index a784ffb2a464..7e72c21719ac 100644 --- a/vcl/source/filter/jpeg/transupp.c +++ b/vcl/source/filter/jpeg/transupp.c @@ -21,7 +21,6 @@ #include "jpeglib.h" #include "transupp.h" /* My own external interface */ #include "jpegcomp.h" -#include <ctype.h> /* to declare isdigit() */ /* Definition of jdiv_round_up is copied here from jutils.c in jpeg-8c.tar.gz, just as the rest of this file appears to be copied here from transupp.c in diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx index a807ad3f054e..8e0f7f0e22b4 100644 --- a/vcl/source/gdi/bitmapex.cxx +++ b/vcl/source/gdi/bitmapex.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <ctype.h> #include <rtl/crc.h> #include <rtl/strbuf.hxx> |