summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudioSlnParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVisualStudioSlnParser.h')
-rw-r--r--Source/cmVisualStudioSlnParser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmVisualStudioSlnParser.h b/Source/cmVisualStudioSlnParser.h
index 4557cdb..1c33759 100644
--- a/Source/cmVisualStudioSlnParser.h
+++ b/Source/cmVisualStudioSlnParser.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 cmVisualStudioSlnParser_h
-#define cmVisualStudioSlnParser_h
+#pragma once
#include "cmConfigure.h" // IWYU pragma: keep
@@ -103,5 +102,3 @@ protected:
bool ParseValue(const std::string& value, ParsedLine& parsedLine);
};
-
-#endif