summaryrefslogtreecommitdiff
path: root/Source/cmCustomCommandLines.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCustomCommandLines.h')
-rw-r--r--Source/cmCustomCommandLines.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmCustomCommandLines.h b/Source/cmCustomCommandLines.h
index ead579280a..ee8d080f0b 100644
--- a/Source/cmCustomCommandLines.h
+++ b/Source/cmCustomCommandLines.h
@@ -1,7 +1,6 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#ifndef cmCustomCommandLines_h
-#define cmCustomCommandLines_h
+#pragma once
#include "cmConfigure.h" // IWYU pragma: keep
@@ -28,5 +27,3 @@ cmCustomCommandLine cmMakeCommandLine(
/** Return a command line vector with a single command line. */
cmCustomCommandLines cmMakeSingleCommandLine(
std::initializer_list<cm::string_view> ilist);
-
-#endif