diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-17 00:11:53 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-17 11:03:33 -0600 |
commit | b8e933b9a9bcbdb9c1f07f077d12cfec03cd5b28 (patch) | |
tree | 42f0e71f6e2ec266ce9fb7ec194712eeaf8b0a2a | |
parent | 1044a21555776969d9e3d72bbb2fff2bc0f90eb1 (diff) |
remove unused #include
-rw-r--r-- | dwl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |