Remove unnecessary #include <linux/input.h>

This commit is contained in:
ManoloFLTK 2023-12-07 09:05:57 +01:00
parent e77ec078e9
commit b759767798
1 changed files with 1 additions and 4 deletions

View File

@ -32,10 +32,7 @@
#endif
#if USE_SYSTEM_LIBDECOR
#include "../src/libdecor-plugin.h"
#if HAVE_GTK
#include <linux/input.h>
#endif
# include "../src/libdecor-plugin.h"
enum zxdg_toplevel_decoration_v1_mode {
ZXDG_TOPLEVEL_DECORATION_V1_MODE_CLIENT_SIDE = 1,