summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 11:37:32 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 11:37:32 +0200
commitffd54b4bcde7ac222492e263a7890f1586756f2e (patch)
tree389c5051cd0938d6d0402528b599439b761b3643
parentb88831b2e128f30c5361e6fbe08f7875b488d366 (diff)
downloadgnutls-ffd54b4bcde7ac222492e263a7890f1586756f2e.tar.gz
removed c-ctype.h from files that wasn't used at
-rw-r--r--lib/system.c1
-rw-r--r--lib/system/certs.c1
-rw-r--r--lib/system/fastopen.c1
-rw-r--r--lib/system/sockets.c1
-rw-r--r--lib/system/threads.c1
-rw-r--r--lib/x509/pkcs12_encr.c1
-rw-r--r--lib/x509/pkcs7-output.c1
-rw-r--r--lib/x509/time.c1
-rw-r--r--lib/x509/x509_ext.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/lib/system.c b/lib/system.c
index e968f60cb4..1a17974d58 100644
--- a/lib/system.c
+++ b/lib/system.c
@@ -30,7 +30,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <c-ctype.h>
#include <time.h>
#ifdef _WIN32
diff --git a/lib/system/certs.c b/lib/system/certs.c
index e84fde3202..5136275a62 100644
--- a/lib/system/certs.c
+++ b/lib/system/certs.c
@@ -29,7 +29,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <c-ctype.h>
#include "system.h"
#ifdef _WIN32
diff --git a/lib/system/fastopen.c b/lib/system/fastopen.c
index 6a9978006e..146e8ec6e8 100644
--- a/lib/system/fastopen.c
+++ b/lib/system/fastopen.c
@@ -29,7 +29,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <c-ctype.h>
/* Get TCP_FASTOPEN */
#ifdef HAVE_NETINET_TCP_H
diff --git a/lib/system/sockets.c b/lib/system/sockets.c
index f399fc93a9..15e23d84c9 100644
--- a/lib/system/sockets.c
+++ b/lib/system/sockets.c
@@ -30,7 +30,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <c-ctype.h>
#ifdef _WIN32
# include <windows.h>
diff --git a/lib/system/threads.c b/lib/system/threads.c
index a9a2fa44a9..c25d6472e1 100644
--- a/lib/system/threads.c
+++ b/lib/system/threads.c
@@ -30,7 +30,6 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <c-ctype.h>
#ifdef _WIN32
# include <windows.h>
diff --git a/lib/x509/pkcs12_encr.c b/lib/x509/pkcs12_encr.c
index 0d4cb17386..1114d7300a 100644
--- a/lib/x509/pkcs12_encr.c
+++ b/lib/x509/pkcs12_encr.c
@@ -24,7 +24,6 @@
#include <mpi.h>
#include "errors.h"
#include <x509_int.h>
-#include <c-ctype.h>
#include <algorithms.h>
#define MAX_PASS_LEN 256
diff --git a/lib/x509/pkcs7-output.c b/lib/x509/pkcs7-output.c
index 8823d207b0..44fb11b6b9 100644
--- a/lib/x509/pkcs7-output.c
+++ b/lib/x509/pkcs7-output.c
@@ -27,7 +27,6 @@
#include <num.h>
#include "errors.h"
#include <extras/randomart.h>
-#include <c-ctype.h>
#include <gnutls-idna.h>
#define addf _gnutls_buffer_append_printf
diff --git a/lib/x509/time.c b/lib/x509/time.c
index 0365708701..9ae270e10e 100644
--- a/lib/x509/time.c
+++ b/lib/x509/time.c
@@ -33,7 +33,6 @@
#include "x509_int.h"
#include "extras/hex.h"
#include <common.h>
-#include <c-ctype.h>
/* TIME functions
* Convertions between generalized or UTC time to time_t
diff --git a/lib/x509/x509_ext.c b/lib/x509/x509_ext.c
index ab31ac30bd..dc51e4b68b 100644
--- a/lib/x509/x509_ext.c
+++ b/lib/x509/x509_ext.c
@@ -28,7 +28,6 @@
#include <common.h>
#include <x509.h>
#include <x509_b64.h>
-#include <c-ctype.h>
#include "x509_ext_int.h"
#include "virt-san.h"
#include <gnutls/x509-ext.h>