mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Remove duplicate command.h includes.
This commit is contained in:
parent
aadc299cc2
commit
2081346358
1
dirs.c
1
dirs.c
@ -25,7 +25,6 @@
|
||||
#include "dirs.h"
|
||||
#include "command.h"
|
||||
#include "configuration.h"
|
||||
#include "command.h"
|
||||
#include "defaults.h"
|
||||
#include "list_special.h"
|
||||
#include "file_path_special.h"
|
||||
|
@ -58,10 +58,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COMMAND
|
||||
#include "command.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "menu/menu_driver.h"
|
||||
#include "menu/menu_input.h"
|
||||
@ -90,6 +86,7 @@
|
||||
#endif
|
||||
|
||||
#include "autosave.h"
|
||||
#include "command.h"
|
||||
#include "config.features.h"
|
||||
#include "content.h"
|
||||
#include "core_type.h"
|
||||
@ -123,8 +120,6 @@
|
||||
|
||||
#include "retroarch.h"
|
||||
|
||||
#include "command.h"
|
||||
|
||||
#ifdef HAVE_RUNAHEAD
|
||||
#include "runahead/run_ahead.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user