From 137de0244ce5c5302c4f420cba0ea12d4a8b91b7 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 6 Dec 2024 15:22:43 +0200 Subject: [PATCH] Clean spdlog.cpp --- src/spdlog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/spdlog.cpp b/src/spdlog.cpp index f6047847..0515b635 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -1,10 +1,9 @@ // Copyright(c) 2015-present, Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) -#include "spdlog/spdlog.h" - #include +#include "spdlog/spdlog.h" #include "spdlog/common.h" #include "spdlog/logger.h" #include "spdlog/pattern_formatter.h"