summaryrefslogtreecommitdiffstats
path: root/game/client/io/gamepad.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/io/gamepad.hh')
-rw-r--r--game/client/io/gamepad.hh4
1 files changed, 0 insertions, 4 deletions
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