diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-04-24 15:28:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 15:28:31 -0700 |
| commit | b440ae74fbd2f4fbeb6de2aa35f885727eea2134 (patch) | |
| tree | 1e58749f8a9c4ffa544dfa8789e3285176849a3f /libs/SSystem/SComponent/c_lib.cpp | |
| parent | e1a0f636e5c68d53b4e00a4cff85700f6588ef1b (diff) | |
MSL_C (#319)
* MSL_C/string.h
* MSL_C/stdlib.h
Diffstat (limited to 'libs/SSystem/SComponent/c_lib.cpp')
| -rw-r--r-- | libs/SSystem/SComponent/c_lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/SSystem/SComponent/c_lib.cpp b/libs/SSystem/SComponent/c_lib.cpp index f789657c2b..54dfcd6c91 100644 --- a/libs/SSystem/SComponent/c_lib.cpp +++ b/libs/SSystem/SComponent/c_lib.cpp @@ -5,8 +5,8 @@ #include "SSystem/SComponent/c_lib.h" #include "JSystem/JMath/JMath.h" -#include "MSL_C/MSL_Common/Src/string.h" #include "MSL_C/math.h" +#include "MSL_C/string.h" #include "SSystem/SComponent/c_math.h" #include "SSystem/SComponent/c_xyz.h" #include "dol2asm.h" |
