From a6e5efbb7f7e64903f005e284762bb832cad5ae4 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 3 Aug 2022 15:44:30 +0200 Subject: [PATCH] includes: Added missing #pragma once to all files --- includes/std/time.pat | 2 ++ includes/type/byte.pat | 2 ++ includes/type/float16.pat | 2 ++ includes/type/guid.pat | 2 ++ includes/type/ip.pat | 2 ++ includes/type/mac.pat | 2 ++ includes/type/time.pat | 2 ++ 7 files changed, 14 insertions(+) diff --git a/includes/std/time.pat b/includes/std/time.pat index 864bb43..40ede8d 100644 --- a/includes/std/time.pat +++ b/includes/std/time.pat @@ -1,3 +1,5 @@ +#pragma once + #include namespace std::time { diff --git a/includes/type/byte.pat b/includes/type/byte.pat index 9f8597e..18cae0b 100644 --- a/includes/type/byte.pat +++ b/includes/type/byte.pat @@ -1,3 +1,5 @@ +#pragma once + #include namespace type { diff --git a/includes/type/float16.pat b/includes/type/float16.pat index 0de0b62..b98a2e5 100644 --- a/includes/type/float16.pat +++ b/includes/type/float16.pat @@ -1,3 +1,5 @@ +#pragma once + #include #include diff --git a/includes/type/guid.pat b/includes/type/guid.pat index 912adb6..494a7a5 100644 --- a/includes/type/guid.pat +++ b/includes/type/guid.pat @@ -1,3 +1,5 @@ +#pragma once + #include namespace type { diff --git a/includes/type/ip.pat b/includes/type/ip.pat index 2ce9212..fb37bed 100644 --- a/includes/type/ip.pat +++ b/includes/type/ip.pat @@ -1,3 +1,5 @@ +#pragma once + #include namespace type { diff --git a/includes/type/mac.pat b/includes/type/mac.pat index 883e8e7..df1080d 100644 --- a/includes/type/mac.pat +++ b/includes/type/mac.pat @@ -1,3 +1,5 @@ +#pragma once + #include namespace type { diff --git a/includes/type/time.pat b/includes/type/time.pat index c36e1e3..80298a9 100644 --- a/includes/type/time.pat +++ b/includes/type/time.pat @@ -1,3 +1,5 @@ +#pragma once + #include #include