diff options
Diffstat (limited to 'protocols/Twitter/src/stdafx.h')
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index 63b4eecc35..c5a799fcd5 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -8,7 +8,7 @@ #undef _HAS_EXCEPTIONS
#define _HAS_EXCEPTIONS 1
-#include <Windows.h>
+#include <winsock2.h>
#include <Shlwapi.h>
#include <Wincrypt.h>
#include <stdio.h>
@@ -57,7 +57,6 @@ using std::map; #pragma comment(lib, "libcrypto.lib")
#include "utility.h"
-#include "http.h"
#include "proto.h"
#define TWITTER_KEY_NICK "Nick" // we need one called Nick for the chat thingo to work
|