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/globals.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/globals.hh') diff --git a/game/client/globals.hh b/game/client/globals.hh index 69ce29c..ba57a9e 100644 --- a/game/client/globals.hh +++ b/game/client/globals.hh @@ -1,5 +1,3 @@ -#ifndef CLIENTOBALS_HH -#define CLIENTOBALS_HH 1 #pragma once #include "shared/globals.hh" @@ -71,5 +69,3 @@ extern unsigned int gui_screen; extern ALCdevice* sound_dev; extern ALCcontext* sound_ctx; } // namespace globals - -#endif // CLIENTOBALS_HH -- cgit