summaryrefslogtreecommitdiff
path: root/src/util/directiontables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/directiontables.h')
-rw-r--r--src/util/directiontables.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/directiontables.h b/src/util/directiontables.h
index 3cfe0fb3e..ab5b63217 100644
--- a/src/util/directiontables.h
+++ b/src/util/directiontables.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 UTIL_DIRECTIONTABLES_HEADER
-#define UTIL_DIRECTIONTABLES_HEADER
+#pragma once
#include "../irrlichttypes.h"
#include "../irr_v3d.h"
@@ -84,5 +83,3 @@ enum DirectionWallmounted {
DWM_ZP,
DWM_ZN,
};
-
-#endif