diff options
| author | Stefan Boberg <[email protected]> | 2025-10-24 10:19:24 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-24 10:19:24 +0200 |
| commit | 0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00 (patch) | |
| tree | be7c96101bf9c91615f04412c7bafe156a3d6ac8 /src/zen/zen.cpp | |
| parent | changelog (diff) | |
| download | archived-zen-0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00.tar.xz archived-zen-0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00.zip | |
in-tree spdlog (#602)
move spdlog into the tree to remove dependency on vcpkg::spdlog, to allow diverging from the official version and evolve it to fit better with OTLP logging requirements
Diffstat (limited to 'src/zen/zen.cpp')
| -rw-r--r-- | src/zen/zen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zen/zen.cpp b/src/zen/zen.cpp index ad4bb9013..2661f2173 100644 --- a/src/zen/zen.cpp +++ b/src/zen/zen.cpp @@ -56,8 +56,6 @@ #endif ZEN_THIRD_PARTY_INCLUDES_START -#include <spdlog/sinks/ansicolor_sink.h> -#include <spdlog/spdlog.h> #include <gsl/gsl-lite.hpp> ZEN_THIRD_PARTY_INCLUDES_END |