summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_localplayer.h')
-rw-r--r--src/script/lua_api/l_localplayer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h
index e618e6be5..dcb5c878c 100644
--- a/src/script/lua_api/l_localplayer.h
+++ b/src/script/lua_api/l_localplayer.h
@@ -17,8 +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 MINETEST_L_LOCALPLAYER_H
-#define MINETEST_L_LOCALPLAYER_H
+#pragma once
#include "l_base.h"
@@ -81,5 +80,3 @@ public:
static void Register(lua_State *L);
};
-
-#endif // MINETEST_L_LOCALPLAYER_H