1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

Remove duplicate command.h includes.

This commit is contained in:
orbea 2019-01-05 13:47:05 -08:00
parent aadc299cc2
commit 2081346358
2 changed files with 1 additions and 7 deletions

1
dirs.c
View File

@ -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"

View File

@ -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