Skip to content

Commit ba552a2

Browse files
committed
Remove not used include from IVehicle
1 parent 4e0975a commit ba552a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

game/shared/IVehicle.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
#pragma once
1313
#endif
1414

15-
#include "baseplayer_shared.h"
15+
#include "platform.h"
1616

1717
class CUserCmd;
1818
class IMoveHelper;
1919
class CMoveData;
2020
class CBaseCombatCharacter;
21+
class CBasePlayer;
2122

2223
// This is used by the player to access vehicles. It's an interface so the
2324
// vehicles are not restricted in what they can derive from.

0 commit comments

Comments
 (0)