summaryrefslogtreecommitdiff
path: root/src/code/sys_flashrom.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-01-28 16:27:50 -0800
committerGitHub <noreply@github.com>2024-01-28 21:27:50 -0300
commitdb8f5f5ccc89304a28aa754087a6c2bf72e55717 (patch)
treef158680a5e754db47b7df9b3692b7b8652b84fe0 /src/code/sys_flashrom.c
parent6a15ce9521484bf4a1da5b44435f92d8764722bf (diff)
General Cleanup 2 (#1538)
* Cleanup * Cleanup variables.h * Cleanup fault headers * Some includes/headers cleanup * Libultra btn wrappers * Mark differences to original libultra headers * Remove duplicate include in fault * format * Update include/PR/os_voice.h Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com> * align --------- Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
Diffstat (limited to 'src/code/sys_flashrom.c')
-rw-r--r--src/code/sys_flashrom.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/code/sys_flashrom.c b/src/code/sys_flashrom.c
index 7ba8f219c..75286d807 100644
--- a/src/code/sys_flashrom.c
+++ b/src/code/sys_flashrom.c
@@ -1,12 +1,13 @@
-#include "prevent_bss_reordering.h"
-#include "global.h"
+#include "sys_flashrom.h"
+
+#include "libc64/malloc.h"
+#include "PR/os_internal_flash.h"
+
#include "fault.h"
+#include "macros.h"
#include "stack.h"
#include "stackcheck.h"
-#include "libc64/malloc.h"
#include "z64thread.h"
-#include "sys_flashrom.h"
-#include "PR/os_internal_flash.h"
OSMesgQueue sFlashromMesgQueue;
OSMesg sFlashromMesg[1];