mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 17:30:25 +00:00
Cleanup includes in header files (#2540)
* Cleanup includes in header files * include libc headers without libc/ prefix * fix * fix2 * fix3 * fix4 * some bss lol * bss * fix
This commit is contained in:
parent
f7073a7837
commit
6d56b1b8e0
49 changed files with 62 additions and 49 deletions
|
@ -1,3 +1,4 @@
|
|||
#include "alignment.h"
|
||||
#include "array_count.h"
|
||||
#include "buffers.h"
|
||||
#include "z64audio.h"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Original Filename: system.c
|
||||
*/
|
||||
|
||||
#include "alignment.h"
|
||||
#include "array_count.h"
|
||||
#include "attributes.h"
|
||||
#include "buffers.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue