1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Some more header cleanups

This commit is contained in:
twinaphex 2016-09-01 17:52:22 +02:00
parent b6daaed566
commit ce97d783a7
3 changed files with 15 additions and 5 deletions

View File

@ -16,6 +16,10 @@
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include "camera_driver.h"
#include "../configuration.h"

View File

@ -16,6 +16,10 @@
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include "location_driver.h"
#include "../configuration.h"

View File

@ -16,22 +16,24 @@
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <file/file_path.h>
#include <compat/strl.h>
#include <string/stdstring.h>
#include "record_driver.h"
#include "../command.h"
#include "../general.h"
#include "../configuration.h"
#include "../retroarch.h"
#include "../runloop.h"
#include "../verbosity.h"
#include "../msg_hash.h"
#include "../list_special.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
static bool recording_enable;
static const record_driver_t *record_drivers[] = {