summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-28 19:21:29 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-28 19:21:29 +0000
commit121f8a3e433af878f1168d28035ad4fd17b7aa0b (patch)
treea4032ca24cc27063dec6baeb999209a3cc2ca891 /protocols/Skype/src/skype_subclassing.cpp
parent953e026340f1300c9419625913fbc958a0e098ba (diff)
fixed compile error on vc2012
fixed crash on start git-svn-id: http://svn.miranda-ng.org/main/trunk@2874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.cpp')
-rw-r--r--protocols/Skype/src/skype_subclassing.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/protocols/Skype/src/skype_subclassing.cpp b/protocols/Skype/src/skype_subclassing.cpp
index 32a8c95b2c..50b4e67f4f 100644
--- a/protocols/Skype/src/skype_subclassing.cpp
+++ b/protocols/Skype/src/skype_subclassing.cpp
@@ -1,11 +1,6 @@
-#include "skype_subclassing.h"
+#include "skype.h"
-#include <win2k.h>
-#include <ShellAPI.h>
-#include <shlwapi.h>
-#include <tlhelp32.h>
#include "base64/base64.h"
-#include "..\..\..\skypekit\key.h"
extern "C"
{
#include "aes\aes.h"