diff options
| author | TakaRikka <takarikka@outlook.com> | 2023-12-27 21:07:21 -0800 |
|---|---|---|
| committer | TakaRikka <takarikka@outlook.com> | 2023-12-27 21:07:21 -0800 |
| commit | 5773ee904cc2e3a4ead5b88c9d1523b8d56b19a0 (patch) | |
| tree | 6be2c29a124669752789229443e372da25ca2bbe /src/JSystem/J2DGraph/J2DPrint.cpp | |
| parent | f0958eab1096bcde7642a6f0a7ca2d316ec4631b (diff) | |
reorganize MSL_C/Runtime files. wip, notmatching
Diffstat (limited to 'src/JSystem/J2DGraph/J2DPrint.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DPrint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J2DGraph/J2DPrint.cpp b/src/JSystem/J2DGraph/J2DPrint.cpp index b99bdb4c..ec845514 100644 --- a/src/JSystem/J2DGraph/J2DPrint.cpp +++ b/src/JSystem/J2DGraph/J2DPrint.cpp @@ -6,7 +6,7 @@ #include "JSystem/J2DGraph/J2DPrint.h" #include "JSystem/JKernel/JKRHeap.h" #include "JSystem/JUtility/JUTAssert.h" -#include "MSL_C/stdlib.h" +#include "stdlib.h" #include "dolphin/types.h" char* J2DPrint::mStrBuff; |
