mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Remove not used include from IVehicle
This commit is contained in:
parent
4e0975afe5
commit
81f4238e6c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user