summaryrefslogtreecommitdiff
path: root/src/mbgl/layer/custom_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layer/custom_layer.hpp')
-rw-r--r--src/mbgl/layer/custom_layer.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/layer/custom_layer.hpp b/src/mbgl/layer/custom_layer.hpp
index b54ac7481e..93d9c85e6c 100644
--- a/src/mbgl/layer/custom_layer.hpp
+++ b/src/mbgl/layer/custom_layer.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_CUSTOM_LAYER
-#define MBGL_CUSTOM_LAYER
+#pragma once
#include <mbgl/style/style_layer.hpp>
@@ -44,5 +43,3 @@ inline bool StyleLayer::is<CustomLayer>() const {
}
} // namespace mbgl
-
-#endif