diff options
author | Drew DeVault <[email protected]> | 2016-09-01 08:18:37 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2016-09-01 08:18:37 -0400 |
commit | 416417a54c5875abcdc257b6ad10ff086c35eefc (patch) | |
tree | 00f20884a05d05e620a4a24bba8595557cd41405 /sway/input_state.c | |
parent | 729fdf7d9186ceba0f84b87edfd473642964227f (diff) |
Reorganize includes
Diffstat (limited to 'sway/input_state.c')
-rw-r--r-- | sway/input_state.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sway/input_state.c b/sway/input_state.c index 7e31d3d9..68df17de 100644 --- a/sway/input_state.c +++ b/sway/input_state.c @@ -1,10 +1,9 @@ #include <string.h> #include <stdbool.h> #include <ctype.h> +#include "sway/input_state.h" +#include "sway/config.h" #include "log.h" -#include "config.h" - -#include "input_state.h" #define KEY_STATE_MAX_LENGTH 64 |