mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
retroarch.c - cut down on header dependencies
This commit is contained in:
parent
61e33300b7
commit
7b44f2d158
17
retroarch.c
17
retroarch.c
@ -23,26 +23,17 @@
|
||||
#include <boolean.h>
|
||||
#include "libretro_version_1.h"
|
||||
#include "dynamic.h"
|
||||
#include "content.h"
|
||||
#include "configuration.h"
|
||||
#include <file/file_path.h>
|
||||
#include <file/dir_list.h>
|
||||
#include "general.h"
|
||||
#include "retroarch.h"
|
||||
#include "runloop.h"
|
||||
#include "runloop_data.h"
|
||||
#include <compat/strl.h>
|
||||
#include "screenshot.h"
|
||||
#include "performance.h"
|
||||
#include "cheats.h"
|
||||
#include <compat/getopt.h>
|
||||
#include <compat/posix_string.h>
|
||||
|
||||
#include "input/keyboard_line.h"
|
||||
#include "input/input_remapping.h"
|
||||
|
||||
#include "record/record_driver.h"
|
||||
|
||||
#include "git_version.h"
|
||||
#include "intl/intl.h"
|
||||
|
||||
@ -52,14 +43,6 @@
|
||||
#include "menu/menu_input.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
#include <net/net_compat.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "netplay.h"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _XBOX
|
||||
#include <xtl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user