From 71846c4e387e27164ffde6b2e8a188b3bc21b2eb Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 13 May 2015 14:29:47 +0000 Subject: Dropbox: refactoring of http requests git-svn-id: http://svn.miranda-ng.org/main/trunk@13570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/stdafx.h | 6 ++++-- 1 file changed, 4 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 7e8420b896..c2eca7328b 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -29,6 +29,10 @@ #include #include +#include "dropbox.h" +#include "api\account.h" +#include "api\upload.h" +#include "api\operations.h" #include "version.h" #include "resource.h" @@ -37,8 +41,6 @@ extern HINSTANCE g_hInstance; -#include "dropbox.h" - // icons void InitializeIcons(); HANDLE GetIconHandle(int iconId); -- cgit v1.2.3