From b760585571667f0e71d48ee074c5161a50548ca7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 6 Jul 2014 17:24:42 +0000 Subject: - fix for the auth url; - precompiled headers; - unused junk removed; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@9712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/twitter.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'protocols/Twitter/src/twitter.h') diff --git a/protocols/Twitter/src/twitter.h b/protocols/Twitter/src/twitter.h index b087643ee8..96aee77cdc 100644 --- a/protocols/Twitter/src/twitter.h +++ b/protocols/Twitter/src/twitter.h @@ -17,22 +17,15 @@ along with this program. If not, see . #pragma once -#include -#include -#include - using std::string; using std::wstring; using std::map; using std::vector; #include "http.h" -#include "StringConv.h" -#include "stdafx.h" #define tstring wstring - typedef unsigned long long twitter_id; typedef std::map OAuthParameters; @@ -113,4 +106,4 @@ protected: std::wstring oauthAccessToken_; std::wstring oauthAccessTokenSecret_; std::wstring pin_; -}; \ No newline at end of file +}; -- cgit v1.2.3