diff options
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> |