diff options
Diffstat (limited to 'plugins/NotifyAnything/SendLog/src/Common.h')
-rw-r--r-- | plugins/NotifyAnything/SendLog/src/Common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/NotifyAnything/SendLog/src/Common.h b/plugins/NotifyAnything/SendLog/src/Common.h deleted file mode 100644 index 6015a1c011..0000000000 --- a/plugins/NotifyAnything/SendLog/src/Common.h +++ /dev/null @@ -1,9 +0,0 @@ -#define _CRT_SECURE_NO_WARNINGS
-
-#define _WINSOCKAPI_ // don't include winsock 1.x
-
-#include <windows.h>
-#include <ws2tcpip.h>
-#include <string>
-#include <iostream>
-
|