aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/vfs
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-10-02 16:35:22 +0200
committerGitHub Enterprise <[email protected]>2025-10-02 16:35:22 +0200
commit289379b55d19e08c47afb54a363fda9478623b9d (patch)
treeda2eb6aa2f95833c0c7063c6f71dc9576512d7c1 /src/zenserver/vfs
parentfix for RPC replay issue (wrong content-type) (#536) (diff)
downloadzen-289379b55d19e08c47afb54a363fda9478623b9d.tar.xz
zen-289379b55d19e08c47afb54a363fda9478623b9d.zip
move projectstore to zenstore (#541)
Diffstat (limited to 'src/zenserver/vfs')
-rw-r--r--src/zenserver/vfs/vfsimpl.cpp2
-rw-r--r--src/zenserver/vfs/vfsimpl.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/src/zenserver/vfs/vfsimpl.cpp b/src/zenserver/vfs/vfsimpl.cpp
index e698d6d19..d22738827 100644
--- a/src/zenserver/vfs/vfsimpl.cpp
+++ b/src/zenserver/vfs/vfsimpl.cpp
@@ -3,8 +3,6 @@
#include "vfsimpl.h"
#include "vfsservice.h"
-#include "projectstore/projectstore.h"
-
#include <zencore/fmtutils.h>
#include <zencore/logging.h>
#include <zenstore/cache/structuredcachestore.h>
diff --git a/src/zenserver/vfs/vfsimpl.h b/src/zenserver/vfs/vfsimpl.h
index c33df100b..0dabf2c67 100644
--- a/src/zenserver/vfs/vfsimpl.h
+++ b/src/zenserver/vfs/vfsimpl.h
@@ -4,9 +4,8 @@
#include "vfsservice.h"
-#include "projectstore/projectstore.h"
-
#include <zencore/logging.h>
+#include <zenstore/projectstore.h>
#include <zenvfs/vfs.h>
#if ZEN_WITH_VFS