summaryrefslogtreecommitdiff
path: root/include/mbgl/sprite/sprite_image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/sprite/sprite_image.hpp')
-rw-r--r--include/mbgl/sprite/sprite_image.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/sprite/sprite_image.hpp b/include/mbgl/sprite/sprite_image.hpp
index 4c375e58b9..7900b90b66 100644
--- a/include/mbgl/sprite/sprite_image.hpp
+++ b/include/mbgl/sprite/sprite_image.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_SPRITE_IMAGE
-#define MBGL_SPRITE_IMAGE
+#pragma once
#include <mbgl/util/noncopyable.hpp>
#include <mbgl/util/geo.hpp>
@@ -28,5 +27,3 @@ public:
};
} // namespace mbgl
-
-#endif