Skip to content

Commit

Permalink
chore(developer): correct include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
markcsinclair committed May 20, 2024
1 parent 1c08e9d commit 474caec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion developer/src/kmcmplib/tests/gtest-compiler-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion developer/src/kmcmplib/tests/gtest-compmsg-test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#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);

Expand Down

0 comments on commit 474caec

Please sign in to comment.