summaryrefslogtreecommitdiff
path: root/Source/bindexplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/bindexplib.h')
-rw-r--r--Source/bindexplib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/bindexplib.h b/Source/bindexplib.h
index 538177dff3..bd1398fa7a 100644
--- a/Source/bindexplib.h
+++ b/Source/bindexplib.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 bindexplib_h
-#define bindexplib_h
+#pragma once
#include "cmConfigure.h" // IWYU pragma: keep
@@ -25,4 +24,3 @@ private:
std::set<std::string> DataSymbols;
std::string NmPath;
};
-#endif