summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/stdafx.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-04-28 20:59:52 +0300
committeraunsane <aunsane@gmail.com>2017-04-28 21:00:27 +0300
commitb89210e991e554adba6197091f99762182221de6 (patch)
tree7afff6d60ebf58ab4fa1db4ab5088086a3c9f3f8 /plugins/CloudFile/src/stdafx.h
parent908059e124a7a45b37e85253bddac5217b46e98a (diff)
CloudFile:
- avoid to simultaniosly load wit Dropbox plugin - service loading moved to modules loaded - cleanup
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r--plugins/CloudFile/src/stdafx.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h
index 41720df5b1..e74711a96a 100644
--- a/plugins/CloudFile/src/stdafx.h
+++ b/plugins/CloudFile/src/stdafx.h
@@ -16,7 +16,6 @@
#include <m_database.h>
#include <m_netlib.h>
#include <m_clist.h>
-#include <m_skin.h>
#include <m_icolib.h>
#include <m_popup.h>
#include <m_file.h>
@@ -28,10 +27,11 @@
#include <m_http.h>
#include <m_json.h>
#include <m_metacontacts.h>
-
#include <m_protoint.h>
#include <m_protosvc.h>
+#include <m_dropbox.h>
+
#include "version.h"
#include "resource.h"
#include "options.h"
@@ -72,11 +72,6 @@ public:
extern LIST<CCloudService> Services;
void InitServices();
-// proto
-INT_PTR ProtoGetCaps(WPARAM, LPARAM);
-INT_PTR ProtoGetName(WPARAM, LPARAM);
-INT_PTR ProtoLoadIcon(WPARAM, LPARAM);
-
// events
int OnModulesLoaded(WPARAM, LPARAM);
int OnProtoAck(WPARAM, LPARAM);