summaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itemdef.h')
-rw-r--r--src/itemdef.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/itemdef.h b/src/itemdef.h
index 2d7ff570d..4c754f1da 100644
--- a/src/itemdef.h
+++ b/src/itemdef.h
@@ -18,8 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef ITEMDEF_HEADER
-#define ITEMDEF_HEADER
+#pragma once
#include "irrlichttypes_extrabloated.h"
#include <string>
@@ -174,5 +173,3 @@ public:
};
IWritableItemDefManager* createItemDefManager();
-
-#endif