From 37e24d69704669980f0b27ef360c26394b0be085 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 12 May 2025 10:19:26 +0300 Subject: [PATCH] Remove unused includes from file_helper-inl.h --- include/spdlog/details/file_helper-inl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/details/file_helper-inl.h b/include/spdlog/details/file_helper-inl.h index 8742b96c..0c514ef2 100644 --- a/include/spdlog/details/file_helper-inl.h +++ b/include/spdlog/details/file_helper-inl.h @@ -11,10 +11,8 @@ #include #include -#include #include #include -#include #include namespace spdlog {