diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-02-24 17:38:35 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-02-24 17:38:35 +0000 |
commit | e62bc2a6f28f6a7b7fcb3996e9fab86fae3239f7 (patch) | |
tree | 6fc970809eb2fbbbf383c1639f83c93a2edf406b /plugins/Dropbox/src/common.h | |
parent | 994443d6cdca5a5a1204575a0cea2a198c9d01bb (diff) |
Dropbox:
- added ability to send files to contacts of other protocols
- many other little improvements
git-svn-id: http://svn.miranda-ng.org/main/trunk@8263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/common.h')
-rw-r--r-- | plugins/Dropbox/src/common.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/Dropbox/src/common.h b/plugins/Dropbox/src/common.h index d30863a33b..faa1e30302 100644 --- a/plugins/Dropbox/src/common.h +++ b/plugins/Dropbox/src/common.h @@ -13,6 +13,12 @@ #include <m_skin.h>
#include <m_icolib.h>
#include <m_popup.h>
+#include <m_file.h>
+#include <m_json.h>
+#include <m_langpack.h>
+#include <m_message.h>
+#include <m_string.h>
+#include <m_msg_buttonsbar.h>
#include <m_protoint.h>
#include <m_protomod.h>
@@ -20,10 +26,6 @@ #include <m_netlib.h>
-#include <m_json.h>
-#include <m_langpack.h>
-#include <m_string.h>
-
#include "version.h"
#include "resource.h"
#include "dropbox.h"
|