diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-08-16 13:07:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 12:07:52 -0700 |
| commit | 7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc (patch) | |
| tree | 1e7c67c3d81ba2385fcde460a025c4f3f0940723 /src/DynamicLink.cpp | |
| parent | f441e06d19cab24cb49fec49883c2d61eee2e4bf (diff) | |
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro
* rm headers, add script
* progress
* macro rename, consistent spacing
Diffstat (limited to 'src/DynamicLink.cpp')
| -rw-r--r-- | src/DynamicLink.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/DynamicLink.cpp b/src/DynamicLink.cpp index 2772beb541..2b64ed523f 100644 --- a/src/DynamicLink.cpp +++ b/src/DynamicLink.cpp @@ -4,7 +4,6 @@ */ #include "DynamicLink.h" -#include "JSystem/JKernel/JKRArchive.h" #include "JSystem/JKernel/JKRDvdRipper.h" #include "JSystem/JKernel/JKRExpHeap.h" #include "JSystem/JKernel/JKRFileCache.h" @@ -12,8 +11,6 @@ #include "MSL_C/stdio.h" #include "dol2asm.h" #include "dolphin/os/OS.h" -#include "dolphin/types.h" -#include "global.h" #include "m_Do/m_Do_dvd_thread.h" #include "m_Do/m_Do_ext.h" |
