summaryrefslogtreecommitdiff
path: root/protocols/Icq10/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Icq10/src/stdafx.h')
-rw-r--r--protocols/Icq10/src/stdafx.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/protocols/Icq10/src/stdafx.h b/protocols/Icq10/src/stdafx.h
index b9770142f0..929854990c 100644
--- a/protocols/Icq10/src/stdafx.h
+++ b/protocols/Icq10/src/stdafx.h
@@ -43,27 +43,28 @@
// Miranda IM SDK includes
#include <newpluginapi.h> // This must be included first
+#include <m_avatars.h>
+#include <m_chat_int.h>
#include <m_clist.h>
#include <m_database.h>
+#include <m_gui.h>
+#include <m_idle.h>
+#include <m_icolib.h>
+#include <m_ignore.h>
+#include <m_json.h>
#include <m_langpack.h>
#include <m_message.h>
#include <m_netlib.h>
#include <m_protocols.h>
#include <m_protosvc.h>
#include <m_options.h>
+#include <m_popup.h>
+#include <m_skin.h>
#include <m_system.h>
+#include <m_timezones.h>
#include <m_userinfo.h>
#include <m_utils.h>
-#include <m_idle.h>
-#include <m_skin.h>
-#include <m_popup.h>
-#include <m_ignore.h>
-#include <m_json.h>
-#include <m_icolib.h>
-#include <m_avatars.h>
-#include <m_timezones.h>
#include <win2k.h>
-#include <m_gui.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
@@ -87,6 +88,8 @@
#include "http.h"
#include "proto.h"
+bool IsChat(const CMStringW &aimid);
+
int StatusFromString(const CMStringW&);
extern HWND g_hwndHeartbeat; \ No newline at end of file