aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_item.h')
-rw-r--r--src/script/lua_api/l_item.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/script/lua_api/l_item.h b/src/script/lua_api/l_item.h
index b4efaefc8..6aa62808b 100644
--- a/src/script/lua_api/l_item.h
+++ b/src/script/lua_api/l_item.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_ITEM_H_
-#define L_ITEM_H_
+#pragma once
#include "lua_api/l_base.h"
#include "inventory.h" // ItemStack
@@ -147,7 +146,3 @@ private:
public:
static void Initialize(lua_State *L, int top);
};
-
-
-
-#endif /* L_ITEM_H_ */