summaryrefslogtreecommitdiff
path: root/src/clientmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientmap.h')
-rw-r--r--src/clientmap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/clientmap.h b/src/clientmap.h
index 761d124e7..8402bb00d 100644
--- a/src/clientmap.h
+++ b/src/clientmap.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 CLIENTMAP_HEADER
-#define CLIENTMAP_HEADER
+#pragma once
#include "irrlichttypes_extrabloated.h"
#include "map.h"
@@ -137,6 +136,3 @@ private:
bool m_cache_bilinear_filter;
bool m_cache_anistropic_filter;
};
-
-#endif
-