summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/event.hpp')
-rw-r--r--include/mbgl/platform/event.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/platform/event.hpp b/include/mbgl/platform/event.hpp
index 8e36508388..0b3b79df6b 100644
--- a/include/mbgl/platform/event.hpp
+++ b/include/mbgl/platform/event.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_PLATFORM_EVENT
-#define MBGL_PLATFORM_EVENT
+#pragma once
#include <mbgl/util/enum.hpp>
@@ -88,5 +87,3 @@ constexpr EventPermutation disabledEventPermutations[] = {
};
} // namespace mbgl
-
-#endif