mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-12 18:51:15 +00:00
clang-format fix broken includes
This commit is contained in:
parent
feafa3c75e
commit
b137b9beb1
@ -1,4 +1,5 @@
|
||||
|
||||
#define stdarg_before_paf 1
|
||||
#include <stdarg.h>
|
||||
#include <paf.h>
|
||||
#include <psp2/kernel/clib.h>
|
||||
#include <psp2/kernel/modulemgr.h>
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#define stdarg_before_paf 1
|
||||
#include <stdarg.h>
|
||||
#include <paf.h>
|
||||
#include <psp2/kernel/clib.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user