diff options
| author | Dan Engelbrecht <[email protected]> | 2025-01-22 15:26:32 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-01-22 15:26:32 +0100 |
| commit | 0bd78e41254a74daccd0a9209e5d4a0589ca20fc (patch) | |
| tree | 7c66b8b7599d8a4d1df68459d72855d4858c0ed5 /src/zenserver/cache/httpstructuredcache.cpp | |
| parent | add missing statsd.enabled and gc.projectstore.duration.seconds (#275) (diff) | |
| download | zen-0bd78e41254a74daccd0a9209e5d4a0589ca20fc.tar.xz zen-0bd78e41254a74daccd0a9209e5d4a0589ca20fc.zip | |
jupiter code cleanup (#276)
* cleanup jupiter
* move jupiter files to separate folder
* CloudCache -> Jupiter
* split up jupiter files
* kill redundant JupiterAccessTokenProvider
Diffstat (limited to 'src/zenserver/cache/httpstructuredcache.cpp')
| -rw-r--r-- | src/zenserver/cache/httpstructuredcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/cache/httpstructuredcache.cpp b/src/zenserver/cache/httpstructuredcache.cpp index b4dc4c7f0..b9a9ca380 100644 --- a/src/zenserver/cache/httpstructuredcache.cpp +++ b/src/zenserver/cache/httpstructuredcache.cpp @@ -24,7 +24,7 @@ #include <zenutil/cache/cache.h> #include <zenutil/cache/cacherequests.h> #include <zenutil/cache/rpcrecording.h> -#include <zenutil/jupiter.h> +#include <zenutil/jupiter/jupiterclient.h> #include <zenutil/workerpools.h> #include "upstream/upstreamcache.h" |