aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/cache/httpstructuredcache.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-01-17 09:37:15 +0100
committerDan Engelbrecht <[email protected]>2025-01-17 09:37:15 +0100
commit60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7 (patch)
tree86f1ba78b539d5906471c1eb014c260099354e57 /src/zenserver/cache/httpstructuredcache.cpp
parentclang format (diff)
parentadd missing statsd.enabled and gc.projectstore.duration.seconds (#275) (diff)
downloadzen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.tar.xz
zen-60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7.zip
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Diffstat (limited to 'src/zenserver/cache/httpstructuredcache.cpp')
-rw-r--r--src/zenserver/cache/httpstructuredcache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenserver/cache/httpstructuredcache.cpp b/src/zenserver/cache/httpstructuredcache.cpp
index 925c7b42d..b4dc4c7f0 100644
--- a/src/zenserver/cache/httpstructuredcache.cpp
+++ b/src/zenserver/cache/httpstructuredcache.cpp
@@ -18,15 +18,15 @@
#include <zencore/workthreadpool.h>
#include <zenhttp/httpserver.h>
#include <zenhttp/httpstats.h>
+#include <zenhttp/packageformat.h>
#include <zenstore/cache/structuredcachestore.h>
#include <zenstore/gc.h>
#include <zenutil/cache/cache.h>
#include <zenutil/cache/cacherequests.h>
#include <zenutil/cache/rpcrecording.h>
-#include <zenutil/packageformat.h>
+#include <zenutil/jupiter.h>
#include <zenutil/workerpools.h>
-#include "upstream/jupiter.h"
#include "upstream/upstreamcache.h"
#include "upstream/zen.h"
#include "zenstore/cidstore.h"