diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-11-20 10:56:36 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-11-20 10:56:36 +0100 |
| commit | eb9dd202b212dd0f4c41e0a2b0fabc8a4e51566e (patch) | |
| tree | 534cf5314947f778028d44c66ae5d6774beca809 /src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | |
| parent | bc8b1863984415189ec7a6ad1f609027fcbc671e (diff) | |
Fix Fl_Wayland_Image_Surface_Driver c'tor
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx')
| -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 bc4060930..0b228d83a 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx @@ -18,7 +18,6 @@ #include "Fl_Wayland_Window_Driver.H" #include "Fl_Wayland_Screen_Driver.H" #include "Fl_Wayland_Graphics_Driver.H" -#include "Fl_Wayland_Image_Surface_Driver.H" #include <FL/filename.H> #include <wayland-cursor.h> #include "../../../libdecor/src/libdecor.h" |
