mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
Reduce header dependencies
This commit is contained in:
parent
b437565059
commit
dc0688f57f
@ -16,6 +16,7 @@
|
||||
#include "state_tracker.h"
|
||||
#include <stdlib.h>
|
||||
#include <compat/strl.h>
|
||||
#include "../general.h"
|
||||
#include "../input/input_common.h"
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#include "../general.h"
|
||||
#include "../driver.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
@ -18,10 +18,9 @@
|
||||
|
||||
#include "input_autodetect.h"
|
||||
#include "input_context.h"
|
||||
#include "../driver.h"
|
||||
#include <file/config_file.h>
|
||||
#include "../general.h"
|
||||
#include <stdint.h>
|
||||
#include "../driver.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user