From c2bb219493afcda37009477be7504b841c376d76 Mon Sep 17 00:00:00 2001 From: WildEgo Date: Sat, 1 Jun 2024 17:32:54 +0100 Subject: [PATCH] fix: Locale import. --- src/EterLib/GrpImageInstance.h | 2 +- src/EterLib/GrpTextInstance.cpp | 2 +- src/EterPythonLib/PythonWindow.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/EterLib/GrpImageInstance.h b/src/EterLib/GrpImageInstance.h index c1f6ffa2..9be5edbb 100644 --- a/src/EterLib/GrpImageInstance.h +++ b/src/EterLib/GrpImageInstance.h @@ -4,7 +4,7 @@ #include "GrpIndexBuffer.h" #include "GrpVertexBufferDynamic.h" #include "Pool.h" -#include "../UserInterface/Locale_inc.h" +#include "../UserInterface/Locale.h" class CGraphicImageInstance { diff --git a/src/EterLib/GrpTextInstance.cpp b/src/EterLib/GrpTextInstance.cpp index c7dd169e..9fc37c58 100644 --- a/src/EterLib/GrpTextInstance.cpp +++ b/src/EterLib/GrpTextInstance.cpp @@ -6,7 +6,7 @@ #include "../EterLocale/StringCodec.h" #include "../EterBase/Utils.h" #include "../EterLocale/Arabic.h" -#include "../UserInterface/Locale_inc.h" +#include "../UserInterface/Locale.h" extern DWORD GetDefaultCodePage(); diff --git a/src/EterPythonLib/PythonWindow.h b/src/EterPythonLib/PythonWindow.h index 102220a3..90dfe6d3 100644 --- a/src/EterPythonLib/PythonWindow.h +++ b/src/EterPythonLib/PythonWindow.h @@ -1,7 +1,7 @@ #pragma once #include "../eterBase/Utils.h" -#include "../UserInterface/Locale_inc.h" +#include "../UserInterface/Locale.h" namespace UI {