summaryrefslogtreecommitdiff
path: root/src/mbgl/util/merge_lines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/merge_lines.hpp')
-rw-r--r--src/mbgl/util/merge_lines.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/util/merge_lines.hpp b/src/mbgl/util/merge_lines.hpp
index 55ad79036e..b1f216148d 100644
--- a/src/mbgl/util/merge_lines.hpp
+++ b/src/mbgl/util/merge_lines.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_UTIL_MERGELINES
-#define MBGL_UTIL_MERGELINES
+#pragma once
#include <map>
#include <string>
@@ -25,5 +24,3 @@ void mergeLines(std::vector<SymbolFeature> &features);
} // end namespace util
} // end namespace mbgl
-
-#endif