From b87dadbb725d41b9d2c17a910b8d4dd4de8718f4 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 18 Aug 2016 00:36:28 +0200 Subject: [PATCH] Update patches.c --- source/patches.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}