summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_env.h')
-rw-r--r--src/script/lua_api/l_env.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/script/lua_api/l_env.h b/src/script/lua_api/l_env.h
index f380d8d6f..4d295b6eb 100644
--- a/src/script/lua_api/l_env.h
+++ b/src/script/lua_api/l_env.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_ENV_H_
-#define L_ENV_H_
+#pragma once
#include "lua_api/l_base.h"
#include "serverenvironment.h"
@@ -297,5 +296,3 @@ struct ScriptCallbackState {
unsigned int refcount;
std::string origin;
};
-
-#endif /* L_ENV_H_ */