summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFileLocationKind.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSourceFileLocationKind.h')
-rw-r--r--Source/cmSourceFileLocationKind.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmSourceFileLocationKind.h b/Source/cmSourceFileLocationKind.h
index dd4c6dd..73108f1 100644
--- a/Source/cmSourceFileLocationKind.h
+++ b/Source/cmSourceFileLocationKind.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 cmSourceFileLocationKind_h
-#define cmSourceFileLocationKind_h
+#pragma once
enum class cmSourceFileLocationKind
{
@@ -11,5 +10,3 @@ enum class cmSourceFileLocationKind
// extensions or absolute path.
Known
};
-
-#endif