diff options
-rw-r--r-- | plugins/Dropbox/src/common.h | 3 | ||||
-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 |