From 91cdd82c8a2ff67725cd17a212cda80c9126a63e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 14 Dec 2021 11:57:24 +0100 Subject: [PATCH] - removed all #include "compat.h" except the one in build.h Still all compiles fine. --- source/g_pch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/g_pch.h b/source/g_pch.h index efda66562..3f876dc75 100644 --- a/source/g_pch.h +++ b/source/g_pch.h @@ -1,3 +1,4 @@ +/* #include #include #include @@ -26,3 +27,4 @@ // The overall savings from PCHing them are more significant. #include "tarray.h" #include "zstring.h" +*/