From 16d189843a0990161c12d07a8ea0f05c045ea5f7 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 30 Jan 2022 20:53:09 +0100 Subject: [PATCH] includes/std: Added more #pragma once to all stdlib files --- includes/std/hash.pat | 2 ++ includes/std/http.pat | 2 ++ 2 files changed, 4 insertions(+) diff --git a/includes/std/hash.pat b/includes/std/hash.pat index ebd3756..2612c51 100644 --- a/includes/std/hash.pat +++ b/includes/std/hash.pat @@ -1,3 +1,5 @@ +#pragma once + namespace std::hash { fn crc32(u128 address, u64 size, u32 init, u32 poly) { diff --git a/includes/std/http.pat b/includes/std/http.pat index bd53c2e..fdeb323 100644 --- a/includes/std/http.pat +++ b/includes/std/http.pat @@ -1,3 +1,5 @@ +#pragma once + namespace std::http { fn get(str url) {