summaryrefslogtreecommitdiffstats
path: root/game/client/gui/crosshair.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/gui/crosshair.hh')
-rw-r--r--game/client/gui/crosshair.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/gui/crosshair.hh b/game/client/gui/crosshair.hh
index d29a661..589727e 100644
--- a/game/client/gui/crosshair.hh
+++ b/game/client/gui/crosshair.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_CROSSHAIR_HH
-#define CLIENT_CROSSHAIR_HH 1
#pragma once
namespace gui::crosshair
@@ -8,5 +6,3 @@ void init(void);
void shutdown(void);
void layout(void);
} // namespace gui::crosshair
-
-#endif // CLIENT_CROSSHAIR_HH