This commit is contained in:
twinaphex 2017-04-25 22:14:56 +02:00
parent 3c57c991de
commit f0eaef9d51
2 changed files with 4 additions and 4 deletions

View File

@ -29,13 +29,13 @@
#include "../config.h"
#endif
#include "../config.def.h"
#include "../config.def.keybinds.h"
#include "input_config.h"
#include "input_driver.h"
#include "input_keymaps.h"
#include "input_remapping.h"
#include "../config.def.keybinds.h"
#include "../msg_hash.h"
#include "../configuration.h"
#include "../file_path_special.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include "config.def.h"
#include "input/input_driver.h"
#include "config.def.keybinds.h"
#ifdef HAVE_MENU