summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-11-17 00:11:53 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-11-17 11:03:33 -0600
commitb8e933b9a9bcbdb9c1f07f077d12cfec03cd5b28 (patch)
tree42f0e71f6e2ec266ce9fb7ec194712eeaf8b0a2a
parent1044a21555776969d9e3d72bbb2fff2bc0f90eb1 (diff)
remove unused #include
-rw-r--r--dwl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 443c2c4..60a2c7c 100644
--- a/dwl.c
+++ b/dwl.c
@@ -3,7 +3,6 @@
*/
#include <getopt.h>
#include <libinput.h>
-#include <limits.h>
#include <linux/input-event-codes.h>
#include <signal.h>
#include <stdio.h>