diff options
Diffstat (limited to 'zenserver/projectstore.h')
| -rw-r--r-- | zenserver/projectstore.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/zenserver/projectstore.h b/zenserver/projectstore.h index 6a8730ee2..a15556cfa 100644 --- a/zenserver/projectstore.h +++ b/zenserver/projectstore.h @@ -6,8 +6,6 @@ #include <zencore/uid.h> #include <zencore/xxhash.h> #include <zenhttp/httpserver.h> -#include <zenstore/cas.h> -#include <zenstore/caslog.h> #include <zenstore/cidstore.h> #include <zenstore/gc.h> @@ -65,7 +63,7 @@ class ProjectStore : public RefCounted, public GcContributor struct OplogStorage; public: - ProjectStore(CidStore& Store, std::filesystem::path BasePath, CasGc& Gc); + ProjectStore(CidStore& Store, std::filesystem::path BasePath, GcManager& Gc); ~ProjectStore(); struct Project; |