summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestResourceAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestResourceAllocator.h')
-rw-r--r--Source/CTest/cmCTestResourceAllocator.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/CTest/cmCTestResourceAllocator.h b/Source/CTest/cmCTestResourceAllocator.h
index 9f0b9c95a3..129e64e5e1 100644
--- a/Source/CTest/cmCTestResourceAllocator.h
+++ b/Source/CTest/cmCTestResourceAllocator.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 cmCTestResourceAllocator_h
-#define cmCTestResourceAllocator_h
+#pragma once
#include <map>
#include <string>
@@ -35,5 +34,3 @@ public:
private:
std::map<std::string, std::map<std::string, Resource>> Resources;
};
-
-#endif