summaryrefslogtreecommitdiff
path: root/src/script/common/c_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/common/c_types.h')
-rw-r--r--src/script/common/c_types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/script/common/c_types.h b/src/script/common/c_types.h
index 056f30251..86bfb0b6b 100644
--- a/src/script/common/c_types.h
+++ b/src/script/common/c_types.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 C_TYPES_H_
-#define C_TYPES_H_
+#pragma once
extern "C" {
#include "lua.h"
@@ -60,5 +59,3 @@ public:
extern EnumString es_ItemType[];
-
-#endif /* C_TYPES_H_ */