net/StaticSocketAddress: include cleanup

This commit is contained in:
Max Kellermann 2015-07-21 13:56:21 +02:00
parent 104fe124df
commit d1b1a8e490
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@
#include "Compiler.h"
#include <assert.h>
#include <stdint.h>
#ifdef WIN32
#include <winsock2.h>
#else
#include <sys/socket.h>
#endif
/**
* An OO wrapper for struct sockaddr_storage.