From 2be6fea3b02dc0b17c683ea5a26afecd3f2e3649 Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Wed, 15 Apr 2026 15:26:26 +0200 Subject: [PATCH] Remove obsolete header guard comment --- core/string/ustring.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/string/ustring.h b/core/string/ustring.h index 187821da50..a9347279ae 100644 --- a/core/string/ustring.h +++ b/core/string/ustring.h @@ -30,8 +30,6 @@ #pragma once -// Note: _GODOT suffix added to header guard to avoid conflict with ICU header. - #include "core/string/char_utils.h" // IWYU pragma: export #include "core/templates/cowdata.h" #include "core/templates/hashfuncs.h"