summaryrefslogtreecommitdiff
path: root/Utilities/std/cm/deque
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/std/cm/deque')
-rw-r--r--Utilities/std/cm/deque5
1 files changed, 1 insertions, 4 deletions
diff --git a/Utilities/std/cm/deque b/Utilities/std/cm/deque
index 4bb6725574..b7b6959da4 100644
--- a/Utilities/std/cm/deque
+++ b/Utilities/std/cm/deque
@@ -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_deque
-#define cm_deque
+#pragma once
#include <algorithm>
#include <deque> // IWYU pragma: export
@@ -36,5 +35,3 @@ inline void erase_if(std::deque<T, Allocator>& cont, Predicate pred)
#endif
} // namespace cm
-
-#endif