Minor cleanup

This commit is contained in:
Victor Zverovich
2025-05-25 10:03:00 -07:00
parent 6d79757a38
commit 8aa1d6a9fb
2 changed files with 14 additions and 33 deletions

View File

@ -6,7 +6,6 @@
// For the license information refer to format.h.
// Check if fmt/format.h compiles with windows.h included before it.
#include <gtest/gtest.h>
#ifdef _WIN32
# include <windows.h>
#endif