From cbd823aa2154a956e7da4319eecbf7afc10441ae Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:47:37 +0500 Subject: Remove include guards --- core/utils/string.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/utils/string.hh') diff --git a/core/utils/string.hh b/core/utils/string.hh index 3ba56a0..827c3ca 100644 --- a/core/utils/string.hh +++ b/core/utils/string.hh @@ -1,5 +1,3 @@ -#ifndef CORE_UTILS_STRING_HH -#define CORE_UTILS_STRING_HH 1 #pragma once namespace utils @@ -17,5 +15,3 @@ namespace utils { std::string trim_whitespace(const std::string& string); } // namespace utils - -#endif // CORE_UTILS_STRING_HH -- cgit