diff options
| author | Dan Engelbrecht <[email protected]> | 2025-10-02 16:35:22 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-02 16:35:22 +0200 |
| commit | 289379b55d19e08c47afb54a363fda9478623b9d (patch) | |
| tree | da2eb6aa2f95833c0c7063c6f71dc9576512d7c1 /src/zenserver/vfs/vfsimpl.h | |
| parent | fix for RPC replay issue (wrong content-type) (#536) (diff) | |
| download | zen-289379b55d19e08c47afb54a363fda9478623b9d.tar.xz zen-289379b55d19e08c47afb54a363fda9478623b9d.zip | |
move projectstore to zenstore (#541)
Diffstat (limited to 'src/zenserver/vfs/vfsimpl.h')
| -rw-r--r-- | src/zenserver/vfs/vfsimpl.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |