diff options
| author | Stefan Boberg <[email protected]> | 2021-09-15 10:15:24 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-15 10:15:24 +0200 |
| commit | 6a5d207920f030e54710af12463f4a701c09b118 (patch) | |
| tree | f4a652fbd8e5670044e75794e85bfb8c85b09aa0 /zenstore/cidstore.cpp | |
| parent | Changed so more loggers go via the zen::loggers interface (diff) | |
| download | zen-6a5d207920f030e54710af12463f4a701c09b118.tar.xz zen-6a5d207920f030e54710af12463f4a701c09b118.zip | |
Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it easier to tweak implementation
Diffstat (limited to 'zenstore/cidstore.cpp')
| -rw-r--r-- | zenstore/cidstore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/cidstore.cpp b/zenstore/cidstore.cpp index 391520599..5a9ed9483 100644 --- a/zenstore/cidstore.cpp +++ b/zenstore/cidstore.cpp @@ -6,8 +6,8 @@ #include <zencore/filesystem.h> #include <zenstore/CAS.h> #include <zenstore/caslog.h> +#include <zencore/logging.h> -#include <spdlog/spdlog.h> #include <filesystem> namespace zen { |