diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-01 05:37:28 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-01 05:37:28 +0000 |
commit | 31f0cb350f66ed8f075971774751261f6fd800e4 (patch) | |
tree | fb1f3989ef4ae657d37d3f25628e2ebc8483111c /plugins/MetaContacts/src/metacontacts.h | |
parent | 3e8f6a3c8ff68cda1cb4cbccc27910e93190a005 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/src/metacontacts.h')
-rw-r--r-- | plugins/MetaContacts/src/metacontacts.h | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/plugins/MetaContacts/src/metacontacts.h b/plugins/MetaContacts/src/metacontacts.h index 4ca986a933..8dcca13ceb 100644 --- a/plugins/MetaContacts/src/metacontacts.h +++ b/plugins/MetaContacts/src/metacontacts.h @@ -28,42 +28,29 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _WIN32_WINNT 0x0400
#define _WIN32_IE 0x0300
-#define MIRANDA_VER 0x0A00
-
-#include <m_stdhdr.h>
-
#include <windows.h>
-#include <commctrl.h>
-#include <string.h>
#include <time.h>
-#include "resource.h"
-
-#include "m_metacontacts.h"
#include <newpluginapi.h>
#include <m_clistint.h>
#include <m_clui.h>
#include <m_skin.h>
-#include <m_langpack.h>
#include <m_protomod.h>
#include <m_database.h>
#include <m_system.h>
-#include <m_protocols.h>
#include <m_userinfo.h>
-#include <m_options.h>
-#include <m_protosvc.h>
-#include <m_utils.h>
-#include <m_ignore.h>
-#include <m_clc.h>
#include <m_contacts.h>
#include <m_message.h>
#include <m_ignore.h>
#include <m_icolib.h>
#include <m_langpack.h>
-#include <m_popup.h>
-#include <m_cluiframes.h>
#include <win2k.h>
+#include <m_metacontacts.h>
+
+#include "resource.h"
+#include "version.h"
+
#define META_PROTO "MetaContacts"
#define META_FILTER "MetaContactsFilter"
#define META_ID "MetaID"
|