summaryrefslogtreecommitdiff
path: root/Source/cmLDConfigTool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLDConfigTool.h')
-rw-r--r--Source/cmLDConfigTool.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmLDConfigTool.h b/Source/cmLDConfigTool.h
index c816562d4f..3116f80820 100644
--- a/Source/cmLDConfigTool.h
+++ b/Source/cmLDConfigTool.h
@@ -1,8 +1,7 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#ifndef cmLDConfigTool_h
-#define cmLDConfigTool_h
+#pragma once
#include <string>
#include <vector>
@@ -20,5 +19,3 @@ public:
protected:
cmRuntimeDependencyArchive* Archive;
};
-
-#endif