Remove unneeded header include in input_common.h

This commit is contained in:
twinaphex 2015-01-11 00:10:32 +01:00
parent d7f36af446
commit 89902c3339

View File

@ -21,7 +21,6 @@
extern "C" {
#endif
#include "input_context.h"
#include <file/config_file.h>
#include <stdint.h>
#include "../driver.h"