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 /sal | |
parent | 361c616a1b5d155a3b05178721b4d5e1e5929cf2 (diff) |
Remove unused #include <ctype.h>
Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/socket.cxx | 1 | ||||
-rw-r--r-- | sal/osl/w32/system.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/unx/socket.cxx b/sal/osl/unx/socket.cxx index 527663dfe0a4..0771ccfc3f0e 100644 --- a/sal/osl/unx/socket.cxx +++ b/sal/osl/unx/socket.cxx @@ -25,7 +25,6 @@ #include <rtl/alloc.h> #include <assert.h> -#include <ctype.h> #include <sal/types.h> #include <sal/log.hxx> diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h index 700d9aa578f8..3d02d184fce6 100644 --- a/sal/osl/w32/system.h +++ b/sal/osl/w32/system.h @@ -24,7 +24,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> -#include <ctype.h> #include <malloc.h> #include <limits.h> #include <process.h> |