summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt/src/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-15 07:23:33 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-15 07:23:33 +0000
commit69a87ceb0623fd28afe72611441f7a6e6ed6307c (patch)
tree57c078e4dcd35f179a96b8962fa36235dda51419 /plugins/WhenWasIt/src/commonheaders.h
parent524c4c96a47b4dde094cfbcdcf07434c9108e392 (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4036 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src/commonheaders.h')
-rw-r--r--plugins/WhenWasIt/src/commonheaders.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/plugins/WhenWasIt/src/commonheaders.h b/plugins/WhenWasIt/src/commonheaders.h
index a4d54b019b..3ab56ea9ff 100644
--- a/plugins/WhenWasIt/src/commonheaders.h
+++ b/plugins/WhenWasIt/src/commonheaders.h
@@ -24,11 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NON_CONFORMING_SWPRINTFS
-#define MIRANDA_VER 0x0A00
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <windows.h>
#include <time.h>
#include <math.h>
@@ -36,36 +31,34 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <newpluginapi.h>
#include <m_database.h>
-#include <m_system.h>
#include <m_skin.h>
#include <m_options.h>
-#include <m_clist.h>
#include <m_langpack.h>
-#include <m_history.h>
#include <m_contacts.h>
#include <m_popup.h>
#include <m_fontservice.h>
-#include <m_utils.h>
#include <m_icolib.h>
#include <m_cluiframes.h>
-#include <m_clui.h>
#include <m_protosvc.h>
#include <m_hotkeys.h>
-#include <m_toptoolbar.h>
-#include <m_metacontacts.h>
#include <m_message.h>
#include <m_extraicons.h>
#include <win2k.h>
+#include <m_toptoolbar.h>
+#include <m_metacontacts.h>
+
#include "icons.h"
#include "resource.h"
#include "version.h"
-
#include "utils.h"
#include "date_utils.h"
#include "services.h"
#include "hooked_events.h"
#include "notifiers.h"
+#include "birthdays.h"
+#include "dlg_handlers.h"
+#include "events.h"
extern char ModuleName[];
extern HINSTANCE hInstance;