summaryrefslogtreecommitdiff
path: root/plugins/CmdLine/src/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-10 18:26:45 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-10 18:26:45 +0000
commita25fa3693ae90d95b784b0797bf9f8060c2f4e30 (patch)
treeecbce5cccc934fe0e2dfb1be3e40b6003f905b53 /plugins/CmdLine/src/commonheaders.h
parent2bd4dd9eae5bb8719207bb8c2ce5369dfd648f0b (diff)
fixed version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/src/commonheaders.h')
-rw-r--r--plugins/CmdLine/src/commonheaders.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/CmdLine/src/commonheaders.h b/plugins/CmdLine/src/commonheaders.h
index 0359097b5c..9cd110bc24 100644
--- a/plugins/CmdLine/src/commonheaders.h
+++ b/plugins/CmdLine/src/commonheaders.h
@@ -23,24 +23,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _CRT_SECURE_NO_WARNINGS
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <windows.h>
#include <time.h>
#include "newpluginapi.h"
#include "m_database.h"
-#include "m_system.h"
#include "m_clist.h"
#include "m_clui.h"
#include "m_contacts.h"
#include "m_langpack.h"
-#include "m_options.h"
#include "m_protosvc.h"
-#include "m_protocols.h"
#include "m_popup.h"
-#include "m_utils.h"
#include "m_message.h"
#include "m_ignore.h"
@@ -60,8 +53,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern char ModuleName[];
extern HINSTANCE hInstance;
-//extern PLUGINLINK *pluginLink;
-
extern int bUseANSIStrings;
extern int bWaitForUnload;