diff options
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r-- | plugins/CloudFile/src/stdafx.h | 9 |
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); |