mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
More header include cleanups
This commit is contained in:
parent
e106fd4374
commit
20f7d82f95
@ -32,6 +32,10 @@
|
||||
#include <linux/input.h>
|
||||
#include <linux/kd.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
@ -41,13 +45,9 @@
|
||||
#include "../input_config.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../input_keymaps.h"
|
||||
#include "../../general.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
typedef struct udev_input udev_input_t;
|
||||
|
||||
typedef void (*device_handle_cb)(void *data,
|
||||
|
@ -13,13 +13,13 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <compat/strl.h>
|
||||
#include <file/config_file.h>
|
||||
#include <file/file_path.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "input_remapping.h"
|
||||
|
||||
#include "../general.h"
|
||||
#include "../runloop.h"
|
||||
|
||||
/**
|
||||
* input_remapping_load_file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user