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/ivalue.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/config/ivalue.hh') diff --git a/core/config/ivalue.hh b/core/config/ivalue.hh index 97d87dc..13e9a3a 100644 --- a/core/config/ivalue.hh +++ b/core/config/ivalue.hh @@ -1,5 +1,3 @@ -#ifndef CORE_CONFIG_IVALUE_HH -#define CORE_CONFIG_IVALUE_HH 1 #pragma once namespace config @@ -11,5 +9,3 @@ public: virtual std::string_view get(void) const = 0; }; } // namespace config - -#endif // CORE_CONFIG_IVALUE_HH -- cgit