summaryrefslogtreecommitdiff
path: root/plugins/Watrack_MPD/src/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-15 08:36:43 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-15 08:36:43 +0000
commita77e43825fdfe580ede909d4d48048e2d82c586e (patch)
treeca9b207e328fcc033cb4e3b2dd054f0b041e4b4d /plugins/Watrack_MPD/src/commonheaders.h
parentf4a6ef4a01a6080678c0df1b5d7469d194003a7d (diff)
added precompiled header
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@4041 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack_MPD/src/commonheaders.h')
-rwxr-xr-xplugins/Watrack_MPD/src/commonheaders.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/plugins/Watrack_MPD/src/commonheaders.h b/plugins/Watrack_MPD/src/commonheaders.h
index c71f36b977..ebf41e6819 100755
--- a/plugins/Watrack_MPD/src/commonheaders.h
+++ b/plugins/Watrack_MPD/src/commonheaders.h
@@ -19,38 +19,29 @@
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
-#include <tchar.h>
-#include <malloc.h>
-#include <time.h>
-#include <uxtheme.h>
-
#include <newpluginapi.h>
#include <m_netlib.h>
-//#include <m_clist.h>
-//#include <m_skin.h>
#include <m_database.h>
-//#include <m_protosvc.h>
-//#include <m_protocols.h>
-//#include <m_system.h>
#include <m_options.h>
#include <m_langpack.h>
-#include "resource.h"
+#include <m_music.h>
-#include "constants.h"
-#include "main.h"
-#include "m_music.h"
+#include "resource.h"
#include "utilities.h"
+#include "Version.h"
+
+#define szModuleName "Watrack_MPD"
extern HINSTANCE hInst;
extern HANDLE ghNetlibUser;
extern BOOL bWatrackService;
extern TCHAR *gbHost, *gbPassword;
extern WORD gbPort;
-
extern char *date();
-extern int WaMpdOptInit(WPARAM wParam,LPARAM lParam);
+
+extern int WaMpdOptInit(WPARAM wParam, LPARAM lParam);
extern void RegisterPlayer();
#endif