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/shared/splash.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/shared/splash.hh') diff --git a/game/shared/splash.hh b/game/shared/splash.hh index 2857621..be80cd6 100644 --- a/game/shared/splash.hh +++ b/game/shared/splash.hh @@ -1,5 +1,3 @@ -#ifndef SHARED_SPLASH_HH -#define SHARED_SPLASH_HH 1 #pragma once namespace splash @@ -8,5 +6,3 @@ void init_client(void); void init_server(void); std::string_view get(void); } // namespace splash - -#endif // SHARED_SPLASH_HH -- cgit