From cbd823aa2154a956e7da4319eecbf7afc10441ae Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:47:37 +0500 Subject: Remove include guards --- game/client/entity/interpolation.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/entity/interpolation.hh') diff --git a/game/client/entity/interpolation.hh b/game/client/entity/interpolation.hh index 74a2b7e..6935fe8 100644 --- a/game/client/entity/interpolation.hh +++ b/game/client/entity/interpolation.hh @@ -1,10 +1,6 @@ -#ifndef CLIENT_INTERPOLATION_HH -#define CLIENT_INTERPOLATION_HH 1 #pragma once namespace entity::interpolation { void update(void); } // namespace entity::interpolation - -#endif // CLIENT_INTERPOLATION_HH -- cgit