From 6a5d207920f030e54710af12463f4a701c09b118 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 15 Sep 2021 10:15:24 +0200 Subject: Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it easier to tweak implementation --- zenstore/CAS.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zenstore/CAS.cpp') 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 #include #include - -#include +#include #include -- cgit v1.2.3