diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-06-14 21:47:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 21:47:24 -0700 |
| commit | 3705eaedac1d21318ee708993d366b30cdc0e8ad (patch) | |
| tree | cd56b6eaa2e9f1ce8ab7d1a945f25b74e4b4c766 /src/code/padmgr.c | |
| parent | 0b375cadb0af6f2d95844cc674f84be0b148ae10 (diff) | |
Small general cleanup (#1644)
* m2ctx.py
* check warnings
* vimode includes
* bgcheck includes
* padmgr includes
* sprintf
* z_std_dma
* sys_ucode
* z64voice
* z64lib
* z64effect_ss
* segment_symbols.h
* padutils
* main
* stdarg.h
* fault
* bzero
* undefined_syms
* z64rumble
Diffstat (limited to 'src/code/padmgr.c')
| -rw-r--r-- | src/code/padmgr.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/code/padmgr.c b/src/code/padmgr.c index ec52c6fdd..f8da69762 100644 --- a/src/code/padmgr.c +++ b/src/code/padmgr.c @@ -31,11 +31,15 @@ * done while waiting for this operation to complete. */ -#include "global.h" -#include "PR/controller.h" -#include "PR/os_motor.h" +#include "padmgr.h" + #include "libc64/sprintf.h" +#include "PR/os_motor.h" + #include "fault.h" +#include "macros.h" +#include "main.h" +#include "z64math.h" #include "z64voice.h" extern FaultMgr gFaultMgr; |
