tests: Remove system includes from torture_packet

This fixes the build on Windows. Those come in via the include of
socket.c anyway.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-06-29 09:34:48 +02:00
parent 1444ae5add
commit d7477dc745

View File

@@ -9,8 +9,7 @@
#include "libssh/buffer.h"
#include "libssh/socket.h"
#include "libssh/callbacks.h"
#include <sys/types.h>
#include <sys/socket.h>
#include "socket.c"
uint8_t test_data[]="AThis is test data. Use it to check the validity of packet functions"