From 6cfbf995fa30c5c24019a76fa15d6c0724dcfc8e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 21 Oct 2014 19:11:32 +0200 Subject: [PATCH] runloop.c - take out more header includes --- runloop.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runloop.c b/runloop.c index 9fc305bd4d..db3073cb7c 100644 --- a/runloop.c +++ b/runloop.c @@ -15,10 +15,9 @@ * If not, see . */ -#include "general.h" #include "file_path.h" -#include "dir_list.h" #include "performance.h" +#include "retroarch_logger.h" #include "input/input_common.h" #include "intl/intl.h"