From 474caecab5db8391c91511057717517522e1cb83 Mon Sep 17 00:00:00 2001 From: "Dr Mark C. Sinclair" Date: Mon, 20 May 2024 17:35:21 +0100 Subject: [PATCH] chore(developer): correct include paths --- developer/src/kmcmplib/tests/gtest-compiler-test.cpp | 2 +- developer/src/kmcmplib/tests/gtest-compmsg-test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/src/kmcmplib/tests/gtest-compiler-test.cpp b/developer/src/kmcmplib/tests/gtest-compiler-test.cpp index 75d823b4bd6..0168296befb 100644 --- a/developer/src/kmcmplib/tests/gtest-compiler-test.cpp +++ b/developer/src/kmcmplib/tests/gtest-compiler-test.cpp @@ -4,9 +4,9 @@ #include "..\src\kmx_u16.h" #include "..\src\compfile.h" #include "..\src\CompMsg.h" +#include "..\..\common\include\kmn_compiler_errors.h" #include "..\..\..\..\common\include\km_types.h" #include "..\..\..\..\common\include\kmx_file.h" -#include "..\..\..\..\common\include\kmn_compiler_errors.h" PKMX_WCHAR strtowstr(PKMX_STR in); PKMX_STR wstrtostr(PKMX_WCHAR in); diff --git a/developer/src/kmcmplib/tests/gtest-compmsg-test.cpp b/developer/src/kmcmplib/tests/gtest-compmsg-test.cpp index aa1f2d8c8f1..94f0f40d8de 100644 --- a/developer/src/kmcmplib/tests/gtest-compmsg-test.cpp +++ b/developer/src/kmcmplib/tests/gtest-compmsg-test.cpp @@ -1,6 +1,6 @@ #include +#include "..\..\common\include\kmn_compiler_errors.h" #include "..\..\..\..\common\include\km_types.h" -#include "..\..\..\..\common\include\kmn_compiler_errors.h" KMX_CHAR *GetCompilerErrorString(KMX_DWORD code);