From a5386a2d5391ba7048c5a70be64734dd01f06255 Mon Sep 17 00:00:00 2001 From: MasonAngelio Date: Mon, 21 Jul 2025 05:49:12 +0000 Subject: [PATCH] Removed the fileapi.h include entirely, since windows.h is already included before --- include/spdlog/details/os-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 995fcbb0..edbbd5c2 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -23,7 +23,6 @@ #ifdef _WIN32 #include - #include // for FlushFileBuffers #include // for _get_osfhandle, _isatty, _fileno #include // for _get_pid