From 156b796e0ba555dfc7b34fb2eba481a9f9ec60f2 Mon Sep 17 00:00:00 2001 From: Mitch Richters Date: Sat, 30 Oct 2021 14:48:36 +1100 Subject: [PATCH] - Cleanup header duplicates in `g_pch.h`. --- source/g_pch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/g_pch.h b/source/g_pch.h index db20b29f9..2f0347a54 100644 --- a/source/g_pch.h +++ b/source/g_pch.h @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include @@ -21,7 +20,6 @@ #include #include #include -#include // These two headers get included nearly everywhere so it doesn't matter if changing them forces a few more recompiles. // The overall savings from PCHing them are more significant.