aboutsummaryrefslogtreecommitdiff
path: root/zenstore/CAS.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-15 10:15:24 +0200
committerStefan Boberg <[email protected]>2021-09-15 10:15:24 +0200
commit6a5d207920f030e54710af12463f4a701c09b118 (patch)
treef4a652fbd8e5670044e75794e85bfb8c85b09aa0 /zenstore/CAS.cpp
parentChanged so more loggers go via the zen::loggers interface (diff)
downloadzen-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/CAS.cpp')
-rw-r--r--zenstore/CAS.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zenstore/CAS.cpp b/zenstore/CAS.cpp
index c05e3703d..10a17d89a 100644
--- a/zenstore/CAS.cpp
+++ b/zenstore/CAS.cpp
@@ -12,8 +12,7 @@
#include <zencore/string.h>
#include <zencore/thread.h>
#include <zencore/uid.h>
-
-#include <spdlog/spdlog.h>
+#include <zencore/logging.h>
#include <gsl/gsl-lite.hpp>