From 6f7054d8f6c14e032a45a42555d4ab097fc82863 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 11 May 2015 16:39:06 +0000 Subject: - STL removed; - code optimization and restructuring; - warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Dropbox/src/stdafx.h') diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index c34bab3d16..6e736ded62 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -3,6 +3,8 @@ #include #include + +#include #include #include @@ -35,8 +37,6 @@ extern HINSTANCE g_hInstance; -class CDropbox; - #include "dropbox.h" #endif //_COMMON_H_ \ No newline at end of file -- cgit v1.2.3