summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_areastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_areastore.h')
-rw-r--r--src/script/lua_api/l_areastore.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/script/lua_api/l_areastore.h b/src/script/lua_api/l_areastore.h
index 9cb6249d0..56acd9083 100644
--- a/src/script/lua_api/l_areastore.h
+++ b/src/script/lua_api/l_areastore.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_AREA_STORE_H_
-#define L_AREA_STORE_H_
+#pragma once
#include "lua_api/l_base.h"
@@ -63,5 +62,3 @@ public:
static void Register(lua_State *L);
};
-
-#endif // L_AREA_STORE_H_