clang-format fix broken includes

This commit is contained in:
olebeck 2025-07-07 17:51:44 +02:00
parent feafa3c75e
commit b137b9beb1
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -1,3 +1,5 @@
#define stdarg_before_paf 1
#include <stdarg.h>
#include <paf.h>
#include <psp2/kernel/clib.h>