summaryrefslogtreecommitdiff
path: root/include/mbgl/util/work_request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/work_request.hpp')
-rw-r--r--include/mbgl/util/work_request.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/util/work_request.hpp b/include/mbgl/util/work_request.hpp
index f24e4b2e9f..5b051fc09f 100644
--- a/include/mbgl/util/work_request.hpp
+++ b/include/mbgl/util/work_request.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_UTIL_WORK_REQUEST
-#define MBGL_UTIL_WORK_REQUEST
+#pragma once
#include <mbgl/util/async_request.hpp>
@@ -20,5 +19,3 @@ private:
};
} // namespace mbgl
-
-#endif