diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-21 10:20:54 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-03-31 11:28:33 +0200 |
| commit | 2b07fa94bb8a2d906ff64ac68b09196f14080452 (patch) | |
| tree | 3a41f0ac88a24e6d01da8d4cee76927ff7d9574e /zenstore/compactcas.cpp | |
| parent | Move MarkAsDeleteOnClose to BasicFile (diff) | |
| download | zen-2b07fa94bb8a2d906ff64ac68b09196f14080452.tar.xz zen-2b07fa94bb8a2d906ff64ac68b09196f14080452.zip | |
Include cleanup
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 82e0d49bf..0e6910f25 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -8,11 +8,11 @@ #include <zencore/filesystem.h> #include <zencore/fmtutils.h> #include <zencore/logging.h> -#include <zencore/testing.h> #include <gsl/gsl-lite.hpp> #if ZEN_WITH_TESTS # include <zencore/compactbinarybuilder.h> +# include <zencore/testing.h> # include <zencore/testutils.h> # include <zenstore/cidstore.h> # include <algorithm> |