From 68576d77e49269c8e4b1bb3adc3d6211ccd58d94 Mon Sep 17 00:00:00 2001
From: SanyaSho <gamep8118@gmail.com>
Date: Wed, 10 Aug 2022 22:13:09 +0300
Subject: [PATCH] game: remove include duplicate

---
 game/client/hud_basedeathnotice.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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
+}