From 81f4238e6c4d13a66281fb7809ed13d0c4e84afb Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 1 Oct 2023 23:54:46 +0300 Subject: [PATCH] Remove not used include from IVehicle --- game/shared/IVehicle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/shared/IVehicle.h b/game/shared/IVehicle.h index c8c32e205..eceeaef72 100644 --- a/game/shared/IVehicle.h +++ b/game/shared/IVehicle.h @@ -12,12 +12,13 @@ #pragma once #endif -#include "baseplayer_shared.h" +#include "tier0/platform.h" class CUserCmd; class IMoveHelper; class CMoveData; class CBaseCombatCharacter; +class CBasePlayer; // This is used by the player to access vehicles. It's an interface so the // vehicles are not restricted in what they can derive from.