summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUploadHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestUploadHandler.h')
-rw-r--r--Source/CTest/cmCTestUploadHandler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/CTest/cmCTestUploadHandler.h b/Source/CTest/cmCTestUploadHandler.h
index dde14df..55d21c1 100644
--- a/Source/CTest/cmCTestUploadHandler.h
+++ b/Source/CTest/cmCTestUploadHandler.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 cmCTestUploadHandler_h
-#define cmCTestUploadHandler_h
+#pragma once
#include "cmConfigure.h" // IWYU pragma: keep
@@ -36,5 +35,3 @@ public:
private:
std::set<std::string> Files;
};
-
-#endif