summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index b5f1b69b..e441ac8b 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -3,7 +3,6 @@
3#include <stdbool.h> 3#include <stdbool.h>
4#include <wlc/wlc.h> 4#include <wlc/wlc.h>
5#include <ctype.h> 5#include <ctype.h>
6#include <string.h>
7#include "layout.h" 6#include "layout.h"
8#include "log.h" 7#include "log.h"
9#include "config.h" 8#include "config.h"