summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-08-24 09:49:03 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-08-24 09:49:03 +0200
commit46fab88c7f6369b4deb5f020834d69b80662fab4 (patch)
treefac3173c51ce203265adfe480eeb020935e0e734
parentee0f173d9fc9f6a41975df1a044c33f5b71482de (diff)
Remove unneeded #include directive
-rw-r--r--libdecor/build/fl_libdecor-plugins.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdecor/build/fl_libdecor-plugins.c b/libdecor/build/fl_libdecor-plugins.c
index 7ba70da78..701ba7abb 100644
--- a/libdecor/build/fl_libdecor-plugins.c
+++ b/libdecor/build/fl_libdecor-plugins.c
@@ -53,8 +53,6 @@ struct buffer { // identical in libdecor-cairo.c and libdecor-gtk.c
#else // !USE_SYSTEM_LIBDECOR
-# include "xdg-decoration-client-protocol.h"
-
const struct libdecor_plugin_description *fl_libdecor_plugin_description = NULL;
# ifdef HAVE_GTK