summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-21 23:48:23 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-04-21 23:48:23 +0200
commit544ab551e1b168d61a5f900948f6e7afdf883d9d (patch)
tree602bda263a00dd42958a85c8abd3eab0aba5d38b /src/drivers
parentfe972185c085694c7aab651419671a86d1b36eab (diff)
Remove superfluous #include directive
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
index dec5bf36e..4f57c1ae5 100644
--- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
@@ -29,7 +29,6 @@
#include <FL/fl_ask.H>
#include <FL/Fl.H>
#include <FL/Fl_Image_Surface.H>
-#include <FL/Fl_Menu_Item.H>
#include <string.h>
#include <math.h> // for ceil()
#include <sys/types.h> // for pid_t