diff options
Diffstat (limited to 'zenhttp/httpserver.cpp')
| -rw-r--r-- | zenhttp/httpserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpserver.cpp b/zenhttp/httpserver.cpp index f4a5f4345..62ee66a08 100644 --- a/zenhttp/httpserver.cpp +++ b/zenhttp/httpserver.cpp @@ -3,7 +3,6 @@ #include <zenhttp/httpserver.h> #include "httpnull.h" -#include "httpshared.h" #include "httpsys.h" #include "httpuws.h" @@ -15,6 +14,7 @@ #include <zencore/stream.h> #include <zencore/string.h> #include <zencore/thread.h> +#include <zenhttp/httpshared.h> #include <conio.h> #include <new.h> |