remove Syssocket include from SharedUtil

This commit is contained in:
Stephen Birarda 2014-04-10 09:35:25 -07:00
parent f51b7a78c6
commit 7e2b73906c

View file

@ -15,10 +15,6 @@
#include <cctype>
#include <time.h>
#ifdef _WIN32
#include "Syssocket.h"
#endif
#ifdef __APPLE__
#include <CoreFoundation/CoreFoundation.h>
#endif