diff options
| author | Dan Engelbrecht <[email protected]> | 2025-01-17 09:37:15 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-01-17 09:37:15 +0100 |
| commit | 60b8fd33b6708c0640a5df9e8bfc0d9ac1a2a1d7 (patch) | |
| tree | 86f1ba78b539d5906471c1eb014c260099354e57 /src/zenserver/cache/httpstructuredcache.cpp | |
| parent | clang format (diff) | |
| parent | add missing statsd.enabled and gc.projectstore.duration.seconds (#275) (diff) | |
| download | zen-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.cpp | 4 |
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" |