aboutsummaryrefslogtreecommitdiff
path: root/zenstore/filecas.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-11-17 13:13:46 +0100
committerGitHub <[email protected]>2022-11-17 04:13:46 -0800
commit4c95b15f90bf99104c8b528ef0ac2da05c86c612 (patch)
tree1f46ad87e58fb4f7a5cb44df59f6ecbec41835e6 /zenstore/filecas.cpp
parentactions/[email protected] -> actions/checkout@v3 (diff)
downloadzen-4c95b15f90bf99104c8b528ef0ac2da05c86c612.tar.xz
zen-4c95b15f90bf99104c8b528ef0ac2da05c86c612.zip
move BasicFile to zenutil to remove zenstore dependency from zen command (#190)
Diffstat (limited to 'zenstore/filecas.cpp')
-rw-r--r--zenstore/filecas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp
index 79867dcfa..d0a8ad849 100644
--- a/zenstore/filecas.cpp
+++ b/zenstore/filecas.cpp
@@ -15,9 +15,9 @@
#include <zencore/thread.h>
#include <zencore/timer.h>
#include <zencore/uid.h>
-#include <zenstore/basicfile.h>
#include <zenstore/gc.h>
#include <zenstore/scrubcontext.h>
+#include <zenutil/basicfile.h>
#if ZEN_WITH_TESTS
# include <zencore/compactbinarybuilder.h>