From 7c0095e5c5289cb7b160c8755412d92b1f38533f Mon Sep 17 00:00:00 2001 From: jpirnay Date: Mon, 16 Mar 2026 20:03:46 +0100 Subject: [PATCH] Remove no longer needed include --- scripts/gen_i18n.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/gen_i18n.py b/scripts/gen_i18n.py index ff9e5d79..1d8d3e48 100755 --- a/scripts/gen_i18n.py +++ b/scripts/gen_i18n.py @@ -575,8 +575,6 @@ def generate_strings_header( """Generate I18nStrings.h.""" lines: List[str] = [ "#pragma once", - "#include ", - "", '#include "I18nKeys.h"', "", "// THIS FILE IS AUTO-GENERATED BY gen_i18n.py. DO NOT EDIT.",