Take out header include in frontend.c
This commit is contained in:
parent
4063f4adb1
commit
150539decc
|
@ -20,11 +20,6 @@
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
#include "../performance.h"
|
#include "../performance.h"
|
||||||
|
|
||||||
#if defined(HAVE_MENU)
|
|
||||||
#include "menu/menu_input_line_cb.h"
|
|
||||||
#include "menu/menu_common.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
||||||
#include "../config.def.h"
|
#include "../config.def.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue