remove unused #include

This commit is contained in:
Leonardo Hernández Hernández 2023-11-17 00:11:53 -06:00
parent 1044a21555
commit b8e933b9a9
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 0 additions and 1 deletions

1
dwl.c
View File

@ -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>