summaryrefslogtreecommitdiffstats
path: root/game/client/gui/bother.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/gui/bother.hh')
-rw-r--r--game/client/gui/bother.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/gui/bother.hh b/game/client/gui/bother.hh
index f555d74..c83294c 100644
--- a/game/client/gui/bother.hh
+++ b/game/client/gui/bother.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_BOTHER_HH
-#define CLIENT_BOTHER_HH 1
#pragma once
namespace gui
@@ -22,5 +20,3 @@ void update_late(void);
void ping(unsigned int identity, std::string_view host, std::uint16_t port);
void cancel(unsigned int identity);
} // namespace gui::bother
-
-#endif // CLIENT_BOTHER_HH