aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp/httpserver.cpp')
-rw-r--r--src/zenhttp/httpserver.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/zenhttp/httpserver.cpp b/src/zenhttp/httpserver.cpp
index 7ea7cf91d..cd62ea157 100644
--- a/src/zenhttp/httpserver.cpp
+++ b/src/zenhttp/httpserver.cpp
@@ -2,10 +2,9 @@
#include <zenhttp/httpserver.h>
-#include "httpasio.h"
-#include "httpnull.h"
-#include "httpsys.h"
-
+#include "servers/httpasio.h"
+#include "servers/httpnull.h"
+#include "servers/httpsys.h"
#include "zenhttp/httpplugin.h"
#if ZEN_WITH_PLUGINS