summaryrefslogtreecommitdiff
path: root/plugins/Alarms
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-03 20:05:10 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-03 20:05:10 +0000
commit9eb6e7d5845ebee4c0997fc34e75a82337a8db27 (patch)
treea353d524a355486411df04ed90da9739aa2c7024 /plugins/Alarms
parent61cb82fd9acb227ddf2fda423f2af701c5724b3c (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Alarms')
-rw-r--r--plugins/Alarms/src/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Alarms/src/common.h b/plugins/Alarms/src/common.h
index 51527fd3e8..0b326687e3 100644
--- a/plugins/Alarms/src/common.h
+++ b/plugins/Alarms/src/common.h
@@ -10,27 +10,18 @@
#include <windows.h>
#include <shellapi.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <commctrl.h>
#include <newpluginapi.h>
#include <m_system.h>
#include <m_database.h>
#include <m_options.h>
#include <m_skin.h>
-#include <m_contacts.h>
#include <m_protomod.h>
-#include <m_protosvc.h>
#include <m_langpack.h>
#include <m_popup.h>
-#include <m_utils.h>
#include <m_idle.h>
-#include <m_clist.h>
#include <m_clui.h>
-#include <m_clc.h>
#include <m_cluiframes.h>
-#include <m_genmenu.h>
#include <m_fontservice.h>
#include <m_icolib.h>
#include <win2k.h>