Skip to content

Commit

Permalink
Remove not used include from IVehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
mixern6 committed Oct 3, 2023
1 parent 4e0975a commit 81f4238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game/shared/IVehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 81f4238

Please sign in to comment.