mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(Qt) Cleanup
This commit is contained in:
parent
fd5d1804c5
commit
25a0c903bc
@ -19,13 +19,21 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../../config.h"
|
||||
#endif
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include <file/archive_file.h>
|
||||
#include <lists/string_list.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../../menu/menu_displaylist.h"
|
||||
#endif
|
||||
|
||||
#include "../../../file_path_special.h"
|
||||
#include "../../../playlist.h"
|
||||
#include "../../../menu/menu_displaylist.h"
|
||||
#include "../../../setting_list.h"
|
||||
#include "../../../configuration.h"
|
||||
#include "../../../core_info.h"
|
||||
|
Loading…
Reference in New Issue
Block a user