aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-05-02 15:24:18 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-05-02 15:24:18 -0500
commit2e7b5310b4271018f66fd6813ba1ef46663d0d81 (patch)
tree64f5757d8f14cae7ad85f4da5ff75af27117169d /dwl.c
parent3096d4eec1e00bdc518baf53e4fddd884b4f64ce (diff)
includes: abc
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/dwl.c b/dwl.c
index 68a1d5e..26659bf 100644
--- a/dwl.c
+++ b/dwl.c
@@ -3,18 +3,18 @@
*/
#define _POSIX_C_SOURCE 200809L
#include <getopt.h>
-#include <stdlib.h>
+#include <linux/input-event-codes.h>
+#include <signal.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
-#include <signal.h>
-#include <sys/wait.h>
-#include <linux/input-event-codes.h>
#include <wayland-server-core.h>
#include <wlr/backend.h>
#include <wlr/render/wlr_renderer.h>
-#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_compositor.h>
+#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_keyboard.h>