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/io/gamepad.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/io') diff --git a/game/client/io/gamepad.hh b/game/client/io/gamepad.hh index 4200037..9c56894 100644 --- a/game/client/io/gamepad.hh +++ b/game/client/io/gamepad.hh @@ -1,5 +1,3 @@ -#ifndef CLIENT_GAMEPAD_HH -#define CLIENT_GAMEPAD_HH 1 #pragma once namespace io @@ -50,5 +48,3 @@ struct GamepadButtonEvent final { int button; }; } // namespace io - -#endif // CLIENT_GAMEPAD_HH -- cgit