pt-tls-client: Remove unneeded socket.h include, fixing Windows build

This commit is contained in:
Martin Willi
2014-06-04 15:53:06 +02:00
parent 3f8a818610
commit 481f1d1c9a
-1
View File
@@ -17,7 +17,6 @@
#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <getopt.h>
#include <errno.h>
#include <string.h>