summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-03-09 21:15:49 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-03-09 21:15:49 +0000
commit8cf79fadde826f18b8a364e60460f757310cd5ce (patch)
treecac6210f27d9cd13074f283ab0a219af2e3e022f
parent23088b0c249cb5b00f08947338734e03be36f961 (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Dropbox/src/common.h3
-rw-r--r--plugins/ExternalAPI/m_dropbox.h (renamed from plugins/Dropbox/src/m_dropbox.h)0
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/common.h b/plugins/Dropbox/src/common.h
index 7caccc5420..c34bab3d16 100644
--- a/plugins/Dropbox/src/common.h
+++ b/plugins/Dropbox/src/common.h
@@ -26,6 +26,8 @@
#include <m_netlib.h>
+#include <m_dropbox.h>
+
#include "version.h"
#include "resource.h"
@@ -35,7 +37,6 @@ extern HINSTANCE g_hInstance;
class CDropbox;
-#include "m_dropbox.h"
#include "dropbox.h"
#endif //_COMMON_H_ \ No newline at end of file
diff --git a/plugins/Dropbox/src/m_dropbox.h b/plugins/ExternalAPI/m_dropbox.h
index 5077f488af..5077f488af 100644
--- a/plugins/Dropbox/src/m_dropbox.h
+++ b/plugins/ExternalAPI/m_dropbox.h