diff options
Diffstat (limited to 'plugins/Dropbox/src/common.h')
-rw-r--r-- | plugins/Dropbox/src/common.h | 3 |
1 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 |