summaryrefslogtreecommitdiff
path: root/src/content_mapblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_mapblock.h')
-rw-r--r--src/content_mapblock.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/content_mapblock.h b/src/content_mapblock.h
index d1c8c7caf..aee550d34 100644
--- a/src/content_mapblock.h
+++ b/src/content_mapblock.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 CONTENT_MAPBLOCK_HEADER
-#define CONTENT_MAPBLOCK_HEADER
+#pragma once
#include "nodedef.h"
#include <IMeshManipulator.h>
@@ -146,5 +145,3 @@ public:
MapblockMeshGenerator(MeshMakeData *input, MeshCollector *output);
void generate();
};
-
-#endif