]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed c-ctype.h from files that wasn't used at
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 11 Sep 2016 09:37:32 +0000 (11:37 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 11 Sep 2016 09:37:32 +0000 (11:37 +0200)
lib/system.c
lib/system/certs.c
lib/system/fastopen.c
lib/system/sockets.c
lib/system/threads.c
lib/x509/pkcs12_encr.c
lib/x509/pkcs7-output.c
lib/x509/time.c
lib/x509/x509_ext.c

index e968f60cb482f695cebc75b5eecfc0bd118e8e5d..1a17974d581c1c040e4a7d06ecb84439ba6f9ae5 100644 (file)
@@ -30,7 +30,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <c-ctype.h>
 #include <time.h>
 
 #ifdef _WIN32
index e84fde32028fed893bf40db54bd53d72feefb438..5136275a62e54fba7bf3c0ded04b02fddf715f62 100644 (file)
@@ -29,7 +29,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <c-ctype.h>
 #include "system.h"
 
 #ifdef _WIN32
index 6a9978006e7e3ba03e6c4553dbed5c0348bf22b6..146e8ec6e81c47d8fabb8ccadd976764522130d6 100644 (file)
@@ -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
index f399fc93a9780ebe22f1db56817ad50b0c27b2af..15e23d84c92dea23ae7ae51eae2672545032bd24 100644 (file)
@@ -30,7 +30,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <c-ctype.h>
 
 #ifdef _WIN32
 # include <windows.h>
index a9a2fa44a91e0a35a6638e047c7e707ab54cfd5b..c25d6472e119b794c047db958bd34c19be37a718 100644 (file)
@@ -30,7 +30,6 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <c-ctype.h>
 
 #ifdef _WIN32
 # include <windows.h>
index 0d4cb173863c5017febd1b06913c45ff59839eba..1114d7300ae200d97a9d30bf56b5193fb6e838ee 100644 (file)
@@ -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
index 8823d207b01a826ddc053deda55481b515b40050..44fb11b6b96d2a8e1e5c44154434ed7bd14530c6 100644 (file)
@@ -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
index 0365708701fedd47072b990f8f57e6c0c8d3d68f..9ae270e10e419c3abe4311b64d27d4a765c198aa 100644 (file)
@@ -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
index ab31ac30bd405f60b65cd88f59993c962f82067f..dc51e4b68b7ace82b191d74490c6be28d5a948b4 100644 (file)
@@ -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>