diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-27 05:16:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-27 05:16:37 +0000 |
commit | 29ffaea1683eb46f15745d5eee0e068ee1dc7953 (patch) | |
tree | 30f354663513152baef19f43f2c6e64b885d2bcc /plugins/HTTPServer/src/Glob.h | |
parent | 5542cf1738d621565ac71b8d02244234a9865a36 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/Glob.h')
-rw-r--r-- | plugins/HTTPServer/src/Glob.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index e9503f07be..f64d28d950 100644 --- a/plugins/HTTPServer/src/Glob.h +++ b/plugins/HTTPServer/src/Glob.h @@ -22,29 +22,23 @@ #include <windows.h>
#include <commctrl.h>
-#include <process.h>
#include <time.h>
-#include <stdio.h>
#include <string>
-#include <win2k.h>
using namespace std;
+#include <win2k.h>
#include <newpluginapi.h>
#include <m_database.h>
#include <m_clist.h>
-#include <m_skin.h>
#include <m_langpack.h>
#include <m_clui.h>
-#include <m_options.h>
-#include <m_system.h>
-#include <m_history.h>
#include <m_userinfo.h>
#include <m_netlib.h>
#include <m_message.h>
#include <m_popup.h>
#include <m_protosvc.h>
-#include "m_HTTPServer.h"
+#include <m_HTTPServer.h>
#include "FileShareNode.h"
#include "HttpUser.h"
@@ -52,6 +46,7 @@ using namespace std; #include "MimeHandling.h"
#include "resource.h"
#include "IndexCreation.h"
+#include "Version.h"
#define SD_RECEIVE 0x00
@@ -90,6 +85,4 @@ extern bool bLimitOnlyWhenOnline; extern void* (*MirandaMalloc)(size_t);
extern void (*MirandaFree)(void*);
-extern char * pszVersion;
-
#endif
\ No newline at end of file |