Remove no longer needed include

This commit is contained in:
jpirnay
2026-03-16 20:03:46 +01:00
parent 2e8ee680a7
commit 7c0095e5c5
-2
View File
@@ -575,8 +575,6 @@ def generate_strings_header(
"""Generate I18nStrings.h."""
lines: List[str] = [
"#pragma once",
"#include <string>",
"",
'#include "I18nKeys.h"',
"",
"// THIS FILE IS AUTO-GENERATED BY gen_i18n.py. DO NOT EDIT.",