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/config/string.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/config/string.hh') diff --git a/core/config/string.hh b/core/config/string.hh index 772c330..8fd3901 100644 --- a/core/config/string.hh +++ b/core/config/string.hh @@ -1,5 +1,3 @@ -#ifndef CORE_CONFIG_STRING_HH -#define CORE_CONFIG_STRING_HH 1 #pragma once #include "core/config/ivalue.hh" @@ -31,5 +29,3 @@ constexpr const char* config::String::c_str(void) const noexcept { return m_value.c_str(); } - -#endif // CORE_CONFIG_STRING_HH -- cgit