summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/raster_tile_data.hpp')
-rw-r--r--src/mbgl/tile/raster_tile_data.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/tile/raster_tile_data.hpp b/src/mbgl/tile/raster_tile_data.hpp
index af15bba948..46261b2b4d 100644
--- a/src/mbgl/tile/raster_tile_data.hpp
+++ b/src/mbgl/tile/raster_tile_data.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_MAP_RASTER_TILE_DATA
-#define MBGL_MAP_RASTER_TILE_DATA
+#pragma once
#include <mbgl/tile/tile_data.hpp>
#include <mbgl/renderer/raster_bucket.hpp>
@@ -35,5 +34,3 @@ private:
};
} // namespace mbgl
-
-#endif