Code modernization: src/m* (part 2)
[oweals/minetest.git] / src / script / scripting_server.h
index fd97ea40b7e54b67a7df2784ae25d3e9a8b3066c..b549a1bc95e7c724626537939488a265627883d7 100644 (file)
@@ -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_ */