From e2e3f84959b411f0d8fba8a3a4be8c7aea87cd93 Mon Sep 17 00:00:00 2001 From: zivshek Date: Tue, 26 Mar 2024 10:12:48 -0400 Subject: [PATCH] remove unnecessary include (that I added) in format.h --- include/fmt/format.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index b07514544bd4..3aaee42f6708 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -52,7 +52,6 @@ #include // std::system_error #include "base.h" -#include // Checking FMT_CPLUSPLUS for warning suppression in MSVC. #if FMT_HAS_INCLUDE() && FMT_CPLUSPLUS > 201703L