From 88b660a70d02b9b0cb10c26f33751e00f6693dcd Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 14 Dec 2021 12:10:16 +0100 Subject: [PATCH] - removed compat.h entirely, all that was left was redundant #includes. --- source/g_pch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/g_pch.h b/source/g_pch.h index 3f876dc75..efda66562 100644 --- a/source/g_pch.h +++ b/source/g_pch.h @@ -1,4 +1,3 @@ -/* #include #include #include @@ -27,4 +26,3 @@ // The overall savings from PCHing them are more significant. #include "tarray.h" #include "zstring.h" -*/