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