More header include cleanups

This commit is contained in:
twinaphex 2016-09-01 18:07:44 +02:00
parent e106fd4374
commit 20f7d82f95
2 changed files with 7 additions and 7 deletions

View File

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

View File

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