summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/network_status.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/network_status.hpp')
-rw-r--r--include/mbgl/storage/network_status.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/storage/network_status.hpp b/include/mbgl/storage/network_status.hpp
index d5ea13e07e..d7f502a3b2 100644
--- a/include/mbgl/storage/network_status.hpp
+++ b/include/mbgl/storage/network_status.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_STORAGE_NETWORK_STATUS
-#define MBGL_STORAGE_NETWORK_STATUS
+#pragma once
#include <atomic>
#include <mutex>
@@ -33,5 +32,3 @@ private:
};
} // namespace mbgl
-
-#endif