summaryrefslogtreecommitdiff
path: root/src/voxel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/voxel.h')
-rw-r--r--src/voxel.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/voxel.h b/src/voxel.h
index 88e2edcc7..599a57de4 100644
--- a/src/voxel.h
+++ b/src/voxel.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 VOXEL_HEADER
-#define VOXEL_HEADER
+#pragma once
#include "irrlichttypes.h"
#include "irr_v3d.h"
@@ -505,6 +504,3 @@ public:
static const MapNode ContentIgnoreNode;
};
-
-#endif
-