From 08a271bf307bbd93dd8d8e399a97e9e356b7eff2 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Lortie Date: Sat, 4 Dec 2021 12:29:05 -0500 Subject: [PATCH] Removed CZERO ifdefs. --- game_shared/voice_status_hud.cpp | 2 -- game_shared/voice_status_hud.h | 4 ---- 2 files changed, 6 deletions(-) diff --git a/game_shared/voice_status_hud.cpp b/game_shared/voice_status_hud.cpp index 0701b3722..21cf19c5b 100644 --- a/game_shared/voice_status_hud.cpp +++ b/game_shared/voice_status_hud.cpp @@ -8,8 +8,6 @@ // There are hud.h's coming out of the woodwork so this ensures that we get the right one. #if defined(THREEWAVE) || defined(DMC_BUILD) #include "../dmc/cl_dll/hud.h" -#elif defined(CZERO) - #include "../czero/cl_dll/hud.h" #elif defined(CSTRIKE) #include "../cstrike/cl_dll/hud.h" #elif defined(DOD) diff --git a/game_shared/voice_status_hud.h b/game_shared/voice_status_hud.h index e19824d02..0b6741fcf 100644 --- a/game_shared/voice_status_hud.h +++ b/game_shared/voice_status_hud.h @@ -17,11 +17,7 @@ #include #include -#ifdef CZERO -#include "vgui/hl_base/iviewport.h" -#else #include -#endif #include "voice_common.h" #include "cl_entity.h"