summaryrefslogtreecommitdiff
path: root/lib/sslgen.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-02-26 04:24:26 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-02-26 04:24:26 +0000
commitc514a2a89aa1c1e06b70405eedb4e1f70b27fd10 (patch)
treec685e0a7611170a72dfa9c9825f95fb2ee7be900 /lib/sslgen.c
parente2f0580dfe45c9337394ecce74ca769a3d07635d (diff)
downloadcurl-c514a2a89aa1c1e06b70405eedb4e1f70b27fd10.tar.gz
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".
Diffstat (limited to 'lib/sslgen.c')
-rw-r--r--lib/sslgen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sslgen.c b/lib/sslgen.c
index 6b1de1e3c..6bf240395 100644
--- a/lib/sslgen.c
+++ b/lib/sslgen.c
@@ -38,12 +38,10 @@
*/
#include "setup.h"
+
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif