summaryrefslogtreecommitdiffstats
path: root/Utilities/std/cm/unordered_map
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/std/cm/unordered_map')
-rw-r--r--Utilities/std/cm/unordered_map5
1 files changed, 1 insertions, 4 deletions
diff --git a/Utilities/std/cm/unordered_map b/Utilities/std/cm/unordered_map
index 5b8a456..d21c37e 100644
--- a/Utilities/std/cm/unordered_map
+++ b/Utilities/std/cm/unordered_map
@@ -3,8 +3,7 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#ifndef cm_unordered_map
-#define cm_unordered_map
+#pragma once
#include <unordered_map> // IWYU pragma: export
@@ -41,5 +40,3 @@ inline void erase_if(
#endif
} // namespace cm
-
-#endif