aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_base.h')
-rw-r--r--src/script/lua_api/l_base.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/script/lua_api/l_base.h b/src/script/lua_api/l_base.h
index e9b28b36a..0a75b4c1a 100644
--- a/src/script/lua_api/l_base.h
+++ b/src/script/lua_api/l_base.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 L_BASE_H_
-#define L_BASE_H_
+#pragma once
#include "common/c_types.h"
#include "common/c_internal.h"
@@ -71,5 +70,3 @@ public:
lua_CFunction func,
int top);
};
-
-#endif /* L_BASE_H_ */