summaryrefslogtreecommitdiff
path: root/src/mbgl/util/http_header.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/http_header.hpp')
-rw-r--r--src/mbgl/util/http_header.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/util/http_header.hpp b/src/mbgl/util/http_header.hpp
index b5a6403782..8a83356977 100644
--- a/src/mbgl/util/http_header.hpp
+++ b/src/mbgl/util/http_header.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_UTIL_HTTP_HEADER
-#define MBGL_UTIL_HTTP_HEADER
+#pragma once
#include <mbgl/util/optional.hpp>
#include <mbgl/util/chrono.hpp>
@@ -21,5 +20,3 @@ public:
} // namespace http
} // namespace mbgl
-
-#endif