Remove unnecessary includes
This commit is contained in:
parent
ff445cc855
commit
86f5531511
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
||||||
#ifdef __linux__
|
|
||||||
#include <linux/input-event-codes.h>
|
|
||||||
#elif __FreeBSD__
|
|
||||||
#include <dev/evdev/input-event-codes.h>
|
|
||||||
#endif
|
|
||||||
#include <xkbcommon/xkbcommon.h>
|
|
||||||
#include <xkbcommon/xkbcommon-names.h>
|
|
||||||
#include <strings.h>
|
|
||||||
#include "sway/commands.h"
|
#include "sway/commands.h"
|
||||||
#include "sway/config.h"
|
#include "sway/config.h"
|
||||||
#include "list.h"
|
|
||||||
#include "log.h"
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
struct cmd_results *cmd_floating_modifier(int argc, char **argv) {
|
struct cmd_results *cmd_floating_modifier(int argc, char **argv) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue