diff options
Diffstat (limited to 'src/zenserver/vfs/vfsimpl.cpp')
| -rw-r--r-- | src/zenserver/vfs/vfsimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/vfs/vfsimpl.cpp b/src/zenserver/vfs/vfsimpl.cpp index 3a107cace..69b9bb356 100644 --- a/src/zenserver/vfs/vfsimpl.cpp +++ b/src/zenserver/vfs/vfsimpl.cpp @@ -3,11 +3,11 @@ #include "vfsimpl.h" #include "vfsservice.h" -#include "cache/structuredcachestore.h" #include "projectstore/projectstore.h" #include <zencore/fmtutils.h> #include <zencore/logging.h> +#include <zenstore/structuredcachestore.h> #include <zenvfs/projfs.h> #include <zenvfs/vfs.h> |