From fdbe3337c22c7e9c8bcfb12929dd7b075529e7fe Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Sep 2014 21:42:49 +0200 Subject: [PATCH] Take out some unnecessary includes --- frontend/frontend.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/frontend.c b/frontend/frontend.c index cfd38048d8..f712fe643f 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -17,8 +17,6 @@ #include "frontend.h" #include "../general.h" -#include "../conf/config_file.h" -#include "../file.h" #include "../performance.h" #include "frontend_context.h" @@ -28,8 +26,6 @@ #include "menu/menu_common.h" #endif -#include "../file_ext.h" - #if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE) #include "../config.def.h" #endif