diff --git a/source/patches.c b/source/patches.c index c8e2c9b..371ed72 100644 --- a/source/patches.c +++ b/source/patches.c @@ -25,7 +25,6 @@ #include "config.h" #include "../build/rebootpatch.h" #include "../build/svcGetCFWInfopatch.h" -#include "fs.h" static u32 *arm11ExceptionsPage = NULL; static u32 *arm11SvcTable = NULL; @@ -278,4 +277,4 @@ u32 getLoader(u8 *pos, u32 *loaderSize) *loaderSize = size; return (u32)(off - pos); -} \ No newline at end of file +}