Header cleanups

This commit is contained in:
twinaphex 2016-02-07 13:25:55 +01:00
parent 0b1b56214e
commit 534a838472
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,8 @@
#include "input_config.h"
#include "input_autodetect.h"
#include "../general.h"
#include "../configuration.h"
#include "../runloop.h"
#include "../verbosity.h"
/* Adds an index for devices with the same name,

View File

@ -19,7 +19,6 @@
#include <string.h>
#include "input_hid_driver.h"
#include "../general.h"
#include "../string_list_special.h"
#include "../verbosity.h"