]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove duplicate #include <sys/stat.h>.
authorSimon Josefsson <simon@josefsson.org>
Mon, 30 Oct 2006 08:54:40 +0000 (08:54 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 30 Oct 2006 08:54:40 +0000 (08:54 +0000)
doc/examples/ex-cert-select.c

index 31d8f185f7b731f9932f1e095b5baddc08b3923f..ac31fd70fca16e457a32cec92249b6527c8e1c5a 100644 (file)
@@ -9,7 +9,6 @@
 #include <sys/socket.h>
 #include <arpa/inet.h>
 #include <unistd.h>
-#include <sys/stat.h>
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 #include <sys/types.h>