From 921151d97a2fb2238ab514324fb95e2732248b96 Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Thu, 17 Aug 2017 22:19:39 +0200 Subject: C++ modernize: Pragma once (#6264) * Migrate cpp headers to pragma once --- src/script/scripting_server.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/script/scripting_server.h') diff --git a/src/script/scripting_server.h b/src/script/scripting_server.h index fd97ea40b..b549a1bc9 100644 --- a/src/script/scripting_server.h +++ b/src/script/scripting_server.h @@ -17,9 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef SERVER_SCRIPTING_H_ -#define SERVER_SCRIPTING_H_ - +#pragma once #include "cpp_api/s_base.h" #include "cpp_api/s_entity.h" #include "cpp_api/s_env.h" @@ -53,5 +51,3 @@ private: }; void log_deprecated(const std::string &message); - -#endif /* SCRIPTING_GAME_H_ */ -- cgit v1.2.3