summaryrefslogtreecommitdiffstats
path: root/Source/cmCallVisualStudioMacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCallVisualStudioMacro.h')
-rw-r--r--Source/cmCallVisualStudioMacro.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmCallVisualStudioMacro.h b/Source/cmCallVisualStudioMacro.h
index 9b5b3a8..795b863 100644
--- a/Source/cmCallVisualStudioMacro.h
+++ b/Source/cmCallVisualStudioMacro.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 cmCallVisualStudioMacro_h
-#define cmCallVisualStudioMacro_h
+#pragma once
#include "cmConfigure.h" // IWYU pragma: keep
@@ -32,5 +31,3 @@ public:
protected:
private:
};
-
-#endif