diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-14 19:18:42 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-14 19:18:42 +0000 |
commit | 0aafc6c4b2e485f5ee9bb0bdf3e687525859cb03 (patch) | |
tree | 73230de5fcc8ba7a89a8185f49dfb74313e02558 /HTTPServer/IndexCreation.h | |
parent | 03d88e9750c2d983318035dcd33da24875799b4c (diff) |
HTTPServer (patch from FREAK_THEMIGHTY):
code cleanup
header reorganisation
MM_INTERFACE support
new langpacks support
rather technical changes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@258 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'HTTPServer/IndexCreation.h')
-rw-r--r-- | HTTPServer/IndexCreation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HTTPServer/IndexCreation.h b/HTTPServer/IndexCreation.h index c3892c4..0411825 100644 --- a/HTTPServer/IndexCreation.h +++ b/HTTPServer/IndexCreation.h @@ -19,7 +19,7 @@ #ifndef HTTP_INDEXCREATION_H
#define HTTP_INDEXCREATION_H
-#include <windows.h>
+#include "Glob.h"
#include "m_HTTPServer.h"
#include "FileShareNode.h"
|