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/gui/bother.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/gui/bother.hh') 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 -- cgit