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/server/status.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/server/status.hh') diff --git a/game/server/status.hh b/game/server/status.hh index 218eab0..35370a0 100644 --- a/game/server/status.hh +++ b/game/server/status.hh @@ -1,10 +1,6 @@ -#ifndef SERVER_STATUS_HH -#define SERVER_STATUS_HH 1 #pragma once namespace status { void init(void); } // namespace status - -#endif // SERVER_STATUS_HH -- cgit