From a1d3d019adb5e3c93d0bf266dcc595df148605ae Mon Sep 17 00:00:00 2001 From: Jesse Yurkovich Date: Thu, 7 Sep 2023 20:07:09 -0700 Subject: [PATCH] Remove unnecessary headers Signed-off-by: Jesse Yurkovich --- src/libutil/strutil.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libutil/strutil.cpp b/src/libutil/strutil.cpp index 0f2d824893..d7e2f1bbaa 100644 --- a/src/libutil/strutil.cpp +++ b/src/libutil/strutil.cpp @@ -31,11 +31,6 @@ #include #include -#ifdef _WIN32 -# include -# include -#endif - // We use the public domain stb implementation of vsnprintf because // not all platforms support a locale-independent version of vsnprintf.