diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 18:34:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 18:34:25 +0000 |
commit | 1a9f50fcbc79413ccc669349b682aa6a6ebb398b (patch) | |
tree | a7673155e97d56f5714a5f9cb3e74f941e961346 /protocols/Twitter/stdafx.h | |
parent | 5aa2a6fdad72feeff99041bfdf17fd607a45033a (diff) |
Twitter: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/stdafx.h')
-rw-r--r-- | protocols/Twitter/stdafx.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/protocols/Twitter/stdafx.h b/protocols/Twitter/stdafx.h deleted file mode 100644 index 6e216fce33..0000000000 --- a/protocols/Twitter/stdafx.h +++ /dev/null @@ -1,33 +0,0 @@ -// stdafx.h : include file for standard system include files,
-// or project specific include files that are used frequently, but
-// are changed infrequently
-//
-
-#pragma once
-
-#include "targetver.h"
-
-#include <Windows.h>
-//#include <WinInet.h>
-#include <Shlwapi.h>
-#include <Wincrypt.h>
-#include <stdio.h>
-#include <tchar.h>
-#include <time.h>
-
-#include <string>
-#include <list>
-#include <vector>
-#include <map>
-#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"
-
-#include "win2k.h"
|