diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 17:45:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 17:45:56 +0000 |
commit | 8178d29409958bd12b5c22056b720197085f9b9d (patch) | |
tree | 460e177d1910ddfc14c21c83ae23e1848eabeebc /plugins/NewEventNotify/src/neweventnotify.h | |
parent | 80a1ae113477c05da643b3aafdf8b84c48d8e823 (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3847 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/src/neweventnotify.h')
-rw-r--r-- | plugins/NewEventNotify/src/neweventnotify.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/NewEventNotify/src/neweventnotify.h b/plugins/NewEventNotify/src/neweventnotify.h index bfbdd0bc07..28ad7c817a 100644 --- a/plugins/NewEventNotify/src/neweventnotify.h +++ b/plugins/NewEventNotify/src/neweventnotify.h @@ -27,33 +27,26 @@ #define _CRT_SECURE_NO_WARNINGS
#define _CRT_NONSTDC_NO_DEPRECATE
-#include <stdio.h>
#include <stddef.h>
#include <windows.h>
-#include <commctrl.h>
-#include <string.h>
#include <time.h>
-#include <malloc.h>
#include <win2k.h>
#include <newpluginapi.h>
#include <m_database.h>
#include <m_langpack.h>
-#include <m_contacts.h>
#include <m_popup.h>
#include <m_skin.h>
#include <m_clist.h>
-#include <m_system.h>
-#include <m_protocols.h>
#include <m_protosvc.h>
#include <m_message.h>
#include <m_options.h>
#include <m_icq.h>
-#include <m_utils.h>
#include <m_metacontacts.h>
#include "resource.h"
+#include "Version.h"
//VERY_PUBLIC Begin ... will be moved to m_neweventnotify.h
#define MS_NEN_MENUNOTIFY "NewEventNotify/MenuitemNotifyCommand"
@@ -65,9 +58,6 @@ //---Definitions
#define MODULE "NewEventNotify"
-#define VER_MAJOR 2
-#define VER_MINOR 2
-#define VER_BUILD 3
#define MAX_POPUPS 20
#define DEFAULT_COLBACK RGB(255,255,128)
|