summaryrefslogtreecommitdiff
path: root/plugins/AddContactPlus
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-03 19:46:29 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-03 19:46:29 +0000
commitec9781d65c453b78607712043a10a55ca7f9980a (patch)
tree4df5f2898deb3a5b6aebd370a78480a6ea964f98 /plugins/AddContactPlus
parent2246c555d25ea9a4de993a007d5596d5bfda011b (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AddContactPlus')
-rw-r--r--plugins/AddContactPlus/src/addcontactplus.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/AddContactPlus/src/addcontactplus.h b/plugins/AddContactPlus/src/addcontactplus.h
index b809e7996f..44f00a9da2 100644
--- a/plugins/AddContactPlus/src/addcontactplus.h
+++ b/plugins/AddContactPlus/src/addcontactplus.h
@@ -22,8 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// to enable all 0.9 core functions
#define MIRANDA_VER 0x0A00
-#include <m_stdhdr.h>
-
#include <windows.h>
#include <commctrl.h>
@@ -39,8 +37,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <m_message.h>
#include <m_protocols.h>
#include <m_protosvc.h>
-#include <m_skin.h>
-#include <m_utils.h>
#include <m_addcontact.h>
#include "m_toptoolbar.h"