diff options
Diffstat (limited to 'plugins/CmdLine/src/commonheaders.h')
-rw-r--r-- | plugins/CmdLine/src/commonheaders.h | 9 |
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;
|