diff options
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 |