From cc08dd30d9301aa0b04e828d0512a1ada0df8202 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 31 May 2014 16:41:11 +0200 Subject: [PATCH] (Menu) Get rid of some unneeded includes in menu_common.h --- frontend/menu/menu_common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/menu/menu_common.h b/frontend/menu/menu_common.h index f4e5ce5c43..14ebdf87b7 100644 --- a/frontend/menu/menu_common.h +++ b/frontend/menu/menu_common.h @@ -18,12 +18,6 @@ #define MENU_COMMON_H__ #include "../../general.h" - -#ifdef HAVE_CONFIG_H -#include "../../config.h" -#endif - -#include "../../performance.h" #include "../info/core_info.h" #ifdef HAVE_RGUI