summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index 6ae729409..aeee81988 100644
--- a/src/nodedef.h
+++ b/src/nodedef.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 NODEDEF_HEADER
-#define NODEDEF_HEADER
+#pragma once
#include "irrlichttypes_bloated.h"
#include <string>
@@ -517,5 +516,3 @@ public:
INodeDefManager *m_ndef = nullptr;
bool m_resolve_done = false;
};
-
-#endif