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/world/overworld.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/server/world/overworld.hh') diff --git a/game/server/world/overworld.hh b/game/server/world/overworld.hh index cc6be91..f3fc8cf 100644 --- a/game/server/world/overworld.hh +++ b/game/server/world/overworld.hh @@ -1,5 +1,3 @@ -#ifndef SERVER_OVERWORLD_HH -#define SERVER_OVERWORLD_HH 1 #pragma once #include "core/config/number.hh" @@ -68,5 +66,3 @@ private: std::mutex m_mutex; }; } // namespace world - -#endif // SERVER_OVERWORLD_HH -- cgit