From bb687e7aad6acaf13edeec7175b5022ceec4e208 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 14 Jan 2024 13:46:28 +0200 Subject: [PATCH] Minor clean --- src/details/registry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/details/registry.cpp b/src/details/registry.cpp index fa2bdb67..8f210fdd 100644 --- a/src/details/registry.cpp +++ b/src/details/registry.cpp @@ -2,7 +2,6 @@ // Distributed under the MIT License (http://opensource.org/licenses/MIT) #include "spdlog/details/registry.h" - #include "spdlog/common.h" #include "spdlog/logger.h" #include "spdlog/pattern_formatter.h"