test: remove unnecessary WS2tcpip.h includes

This commit is contained in:
Bert Belder 2017-12-04 17:20:58 +01:00
parent d76556797d
commit 98fc483e76
4 changed files with 0 additions and 8 deletions

View File

@ -17,8 +17,6 @@
#include "wepoll.h"
#include "win.h"
#include <WS2tcpip.h>
static SOCKET create_and_add_socket(HANDLE ephnd, int events) {
SOCKET sock;
struct epoll_event ev;

View File

@ -9,8 +9,6 @@
#include "wepoll.h"
#include "win.h"
#include <WS2tcpip.h>
#define NUM_SOCKETS 10000
#define RUN_TIME 5000
#define PRINT_INTERVAL 500

View File

@ -9,8 +9,6 @@
#include "wepoll.h"
#include "win.h"
#include <WS2tcpip.h>
#define PORT_COUNT 10
#define THREADS_PER_PORT 10

View File

@ -6,8 +6,6 @@
#include "wepoll.h"
#include "win.h"
#include <WS2tcpip.h>
int tcp_socketpair(SOCKET socks[2]) {
SOCKET listen_sock;
struct sockaddr_in addr;