summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/jpeg/transupp.c1
-rw-r--r--vcl/source/gdi/bitmapex.cxx1
-rw-r--r--vcl/unx/generic/app/saldisp.cxx1
3 files changed, 0 insertions, 3 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>
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx
index cc119eccd0f4..a64987bc3ca9 100644
--- a/vcl/unx/generic/app/saldisp.cxx
+++ b/vcl/unx/generic/app/saldisp.cxx
@@ -24,7 +24,6 @@
#include <sys/time.h>
#include <pthread.h>
#include <unistd.h>
-#include <ctype.h>
#if defined(__sun) || defined(AIX)
#include <osl/module.h>