retroarch.c - cut down on header dependencies

This commit is contained in:
twinaphex 2015-04-13 11:18:34 +02:00
parent 61e33300b7
commit 7b44f2d158

View File

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