From fcf65bee2700c09cd1aeef78a3c13cc6cac3cf01 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 16 Oct 2024 06:01:24 -0400 Subject: [PATCH] - we don't need these includes anymore --- src/common/platform/win32/i_main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/platform/win32/i_main.cpp b/src/common/platform/win32/i_main.cpp index aa1f6271e..0f7bec82c 100644 --- a/src/common/platform/win32/i_main.cpp +++ b/src/common/platform/win32/i_main.cpp @@ -45,11 +45,6 @@ #include #include -#include -#include -#include -#include - #ifdef _MSC_VER #pragma warning(disable:4244) #endif