aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/zenserver.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-02 13:23:42 +0200
committerGitHub <[email protected]>2023-05-02 13:23:42 +0200
commitfc53dd4bd6737f4e1c406f24cd66b4255f383e60 (patch)
tree56bf06028ddae6ed2ff445a78db6a781538949f4 /src/zenserver/zenserver.cpp
parentmove auth code from zenserver into zenhttp (#265) (diff)
downloadzen-fc53dd4bd6737f4e1c406f24cd66b4255f383e60.tar.xz
zen-fc53dd4bd6737f4e1c406f24cd66b4255f383e60.zip
move testing and observability code to zenhttp (#266)
Diffstat (limited to 'src/zenserver/zenserver.cpp')
-rw-r--r--src/zenserver/zenserver.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/zenserver/zenserver.cpp b/src/zenserver/zenserver.cpp
index 3b81a3ada..9c79f9997 100644
--- a/src/zenserver/zenserver.cpp
+++ b/src/zenserver/zenserver.cpp
@@ -98,22 +98,22 @@ ZEN_THIRD_PARTY_INCLUDES_END
// Services
//
+#include <zenhttp/auth/authmgr.h>
+#include <zenhttp/auth/authservice.h>
+#include <zenhttp/diagsvcs.h>
+#include <zenhttp/httpstats.h>
+#include <zenhttp/httpstatus.h>
+#include <zenhttp/httptest.h>
+#include <zenstore/gc.h>
#include "admin/admin.h"
#include "cache/structuredcache.h"
#include "cache/structuredcachestore.h"
-#include "cidstore.h"
#include "compute/function.h"
-#include "diag/diagsvcs.h"
#include "frontend/frontend.h"
-#include "monitoring/httpstats.h"
-#include "monitoring/httpstatus.h"
+#include "httpcidstore.h"
#include "objectstore/objectstore.h"
#include "projectstore/projectstore.h"
-#include "testing/httptest.h"
#include "upstream/upstream.h"
-#include "zenhttp/auth/authmgr.h"
-#include "zenhttp/auth/authservice.h"
-#include "zenstore/gc.h"
#define ZEN_APP_NAME "Zen store"