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"