aboutsummaryrefslogtreecommitdiff
path: root/zenstore/blockstore.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-03-23 12:04:46 +0100
committerDan Engelbrecht <[email protected]>2022-03-31 11:29:27 +0200
commit3e71dd2c60e2568274fac1b7d6af248163873b72 (patch)
tree3d464bc20ff4483b10fad0198e26eecd336848ba /zenstore/blockstore.cpp
parentUse blockstore in compactcas (diff)
downloadzen-3e71dd2c60e2568274fac1b7d6af248163873b72.tar.xz
zen-3e71dd2c60e2568274fac1b7d6af248163873b72.zip
cleanup duplicate code in CollectGarbage
Diffstat (limited to 'zenstore/blockstore.cpp')
-rw-r--r--zenstore/blockstore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/zenstore/blockstore.cpp b/zenstore/blockstore.cpp
index 1aebae0f3..e865ede8a 100644
--- a/zenstore/blockstore.cpp
+++ b/zenstore/blockstore.cpp
@@ -4,8 +4,6 @@
#include <zenstore/blockstore.h>
-#include <zencore/filesystem.h>
-
#if ZEN_WITH_TESTS
# include <zencore/compactbinarybuilder.h>
# include <zencore/testing.h>