diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-04-21 02:02:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 02:02:03 -0700 |
| commit | f5fc527d39c754fde87aeb90033d2efd698ad7e2 (patch) | |
| tree | bce002e621968da87e420d06d09193840a381c9b /src/m_Do/m_Do_MemCardRWmng.cpp | |
| parent | 472340e2d65914f3a19aa332ad31939755ee4579 (diff) | |
add MSL_C/stdio.h (#317)
Diffstat (limited to 'src/m_Do/m_Do_MemCardRWmng.cpp')
| -rw-r--r-- | src/m_Do/m_Do_MemCardRWmng.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_Do/m_Do_MemCardRWmng.cpp b/src/m_Do/m_Do_MemCardRWmng.cpp index 4e1bedc7db..3dbd01c42b 100644 --- a/src/m_Do/m_Do_MemCardRWmng.cpp +++ b/src/m_Do/m_Do_MemCardRWmng.cpp @@ -4,8 +4,7 @@ */ #include "m_Do/m_Do_MemCardRWmng.h" -#include "MSL_C/MSL_Common/Src/printf.h" -#include "MSL_C/MSL_Common/Src/string.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "dol2asm.h" #include "dolphin/types.h" |
