diff --git a/source/patches.c b/source/patches.c index 1736890b..ec868a83 100644 --- a/source/patches.c +++ b/source/patches.c @@ -24,9 +24,8 @@ #include "memory.h" #include "config.h" #include "../build/rebootpatch.h" -#include "../build/k11modulespatch.h" #include "../build/svcGetCFWInfopatch.h" -#include "fs.h" +#include "../build/k11modulespatch.h" static u32 *arm11ExceptionsPage = NULL; static u32 *arm11SvcTable = NULL; @@ -427,4 +426,4 @@ void applyLegacyFirmPatches(u8 *pos, FirmwareType firmType) break; } } -} \ No newline at end of file +}