diff --git a/game/client/hud_basedeathnotice.cpp b/game/client/hud_basedeathnotice.cpp index d732bd05..e2462d40 100644 --- a/game/client/hud_basedeathnotice.cpp +++ b/game/client/hud_basedeathnotice.cpp @@ -18,9 +18,8 @@ #include "clientmode_shared.h" #include "c_baseplayer.h" #include "c_team.h" -#include "tf_shareddefs.h" -#include "tf_shareddefs.h" #include "tf_gamerules.h" +#include "tf_shareddefs.h" #include "hud_basedeathnotice.h" @@ -750,4 +749,4 @@ float DeathNoticeItem::GetExpiryTime() flDuration *= 2; } return flCreationTime + flDuration; -} \ No newline at end of file +}