summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-11 16:39:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-11 16:39:06 +0000
commit6f7054d8f6c14e032a45a42555d4ab097fc82863 (patch)
tree1cc7d5ae2c4b77743982fa55578612ce27ce150e /plugins/Dropbox/src/stdafx.h
parentac73a9c3d9b5f72f4ee7c0d635daf47db3ef1d50 (diff)
- STL removed;
- code optimization and restructuring; - warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r--plugins/Dropbox/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
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 <windows.h>
#include <Shlwapi.h>
+
+#include <malloc.h>
#include <time.h>
#include <newpluginapi.h>
@@ -35,8 +37,6 @@
extern HINSTANCE g_hInstance;
-class CDropbox;
-
#include "dropbox.h"
#endif //_COMMON_H_ \ No newline at end of file