diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-22 20:48:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-22 20:48:06 +0300 |
commit | 86a3616aae08de676a57c203cca8463ac3bbe599 (patch) | |
tree | cac37df7c45e8a8a192e2fd242a34b0c41ed3b42 /plugins/KeyboardNotify/src/stdafx.h | |
parent | 9548530c9e9c7bc1cbcf1c2c97008b217865fb4d (diff) |
KeyboardNotify:
- fixes #2102 (groupchat messages notification);
- archaic options design removed;
- version bump
Diffstat (limited to 'plugins/KeyboardNotify/src/stdafx.h')
-rw-r--r-- | plugins/KeyboardNotify/src/stdafx.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/KeyboardNotify/src/stdafx.h b/plugins/KeyboardNotify/src/stdafx.h index f68d0edfae..fa9a0960fe 100644 --- a/plugins/KeyboardNotify/src/stdafx.h +++ b/plugins/KeyboardNotify/src/stdafx.h @@ -29,22 +29,22 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <Uxtheme.h>
#include <newpluginapi.h>
+#include <m_chat_int.h>
+#include <m_clc.h>
+#include <m_clistint.h>
#include <m_contacts.h>
#include <m_database.h>
-#include <m_options.h>
+#include <m_extraicons.h>
#include <m_icolib.h>
-#include <m_clistint.h>
+#include <m_kbdnotify.h>
#include <m_langpack.h>
-#include <m_protosvc.h>
#include <m_message.h>
-#include <m_xstatus.h>
-#include <m_clc.h>
+#include <m_metacontacts.h>
+#include <m_options.h>
+#include <m_protosvc.h>
#include <m_skin.h>
+#include <m_xstatus.h>
#include <win2k.h>
-#include <m_extraicons.h>
-
-#include <m_kbdnotify.h>
-#include <m_metacontacts.h>
#include "flash.h"
#include "ignore.h"
|