diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-04-21 23:48:23 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-04-21 23:48:23 +0200 |
| commit | 544ab551e1b168d61a5f900948f6e7afdf883d9d (patch) | |
| tree | 602bda263a00dd42958a85c8abd3eab0aba5d38b /src | |
| parent | fe972185c085694c7aab651419671a86d1b36eab (diff) | |
Remove superfluous #include directive
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | 1 |
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 |
