summaryrefslogtreecommitdiffstats
path: root/Source/cmLDConfigLDConfigTool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLDConfigLDConfigTool.h')
-rw-r--r--Source/cmLDConfigLDConfigTool.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmLDConfigLDConfigTool.h b/Source/cmLDConfigLDConfigTool.h
index 34bf6c6..eeb86dd 100644
--- a/Source/cmLDConfigLDConfigTool.h
+++ b/Source/cmLDConfigLDConfigTool.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 cmLDConfigLDConfigTool_h
-#define cmLDConfigLDConfigTool_h
+#pragma once
#include <string>
#include <vector>
@@ -18,5 +17,3 @@ public:
bool GetLDConfigPaths(std::vector<std::string>& paths) override;
};
-
-#endif