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

This commit is contained in:
Martin Willi 2014-01-08 12:04:31 +01:00
parent 3f8a818610
commit 481f1d1c9a
1 changed files with 0 additions and 1 deletions

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>