diff options
| author | Dan Engelbrecht <[email protected]> | 2022-11-17 13:13:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-17 04:13:46 -0800 |
| commit | 4c95b15f90bf99104c8b528ef0ac2da05c86c612 (patch) | |
| tree | 1f46ad87e58fb4f7a5cb44df59f6ecbec41835e6 /zenstore/filecas.cpp | |
| parent | actions/[email protected] -> actions/checkout@v3 (diff) | |
| download | zen-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.cpp | 2 |
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> |