From 74d104d4eb3735e0881f0e1fccc2df8aa4d3f57d Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 13 Oct 2023 09:55:27 +0200 Subject: restructured zenhttp (#472) separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it --- src/zenhttp/httpserver.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/zenhttp/httpserver.cpp') 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 -#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 -- cgit v1.2.3