mirror of
https://github.com/swaywm/sway.git
synced 2026-03-31 07:11:24 -04:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue