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