diff options
| author | Zen64 <xxzenshadowxx@gmail.com> | 2022-03-20 00:01:24 -0400 |
|---|---|---|
| committer | Zen64 <xxzenshadowxx@gmail.com> | 2022-03-20 00:01:24 -0400 |
| commit | 4eb820bb83220579512e1ee69c4e8e58f2a618fd (patch) | |
| tree | d3a27abdba0d0399a12919649af2a8ec35d20bb5 /include/d | |
| parent | 1303dd683e3a0e5144267f511eae9574adf56835 (diff) | |
Renamed instances of msl_c -> MSL_C because
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/save/d_save.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/save/d_save.h b/include/d/save/d_save.h index 9c44102538..ea631aa5ef 100644 --- a/include/d/save/d_save.h +++ b/include/d/save/d_save.h @@ -1,8 +1,8 @@ #ifndef D_SAVE_D_SAVE_H #define D_SAVE_D_SAVE_H -#include "msl_c/MSL_Common/Src/printf.h" -#include "msl_c/MSL_Common/Src/string.h" +#include "MSL_C/MSL_Common/Src/printf.h" +#include "MSL_C/MSL_Common/Src/string.h" #include "SSystem/SComponent/c_xyz.h" #include "dolphin/os/OS.h" #include "dolphin/types.h" |
