diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-14 17:49:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-14 17:49:08 +0000 |
commit | d30ebf7e3b54d8a5887c0f6c2382987f8ad80420 (patch) | |
tree | aee070e4136352c91fe6946c0f2b607edc369cd5 /protocols/Twitter/src/stdafx.h | |
parent | 3761434e0c1f631a78398226e53ca4a25431c2cd (diff) |
built-in base64 removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/stdafx.h')
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index 6e216fce33..0c7fe57ab6 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -8,7 +8,6 @@ #include "targetver.h"
#include <Windows.h>
-//#include <WinInet.h>
#include <Shlwapi.h>
#include <Wincrypt.h>
#include <stdio.h>
@@ -22,11 +21,9 @@ #include <fstream>
typedef std::basic_string<TCHAR> tstring;
-//#define SIZEOF(x) (sizeof(x)/sizeof(*x))
#include "StringConv.h"
#include "StringUtil.h"
-#include "Base64Coder.h"
#include "Debug.h"
|