mirror of https://github.com/fltk/fltk
Wayland: remove un-needed #include directives
This commit is contained in:
parent
bb96cfac44
commit
7601bd832c
|
@ -19,7 +19,6 @@
|
|||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Image_Surface.H>
|
||||
#include "../../Fl_Gl_Choice.H"
|
||||
#include "../../Fl_Screen_Driver.H"
|
||||
#include "Fl_Wayland_Window_Driver.H"
|
||||
#include "Fl_Wayland_Graphics_Driver.H"
|
||||
#include "Fl_Wayland_Gl_Window_Driver.H"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <config.h>
|
||||
#include "Fl_Wayland_Screen_Driver.H"
|
||||
#include "Fl_Wayland_Window_Driver.H"
|
||||
#include "../Unix/Fl_Unix_System_Driver.H"
|
||||
#include "Fl_Wayland_Graphics_Driver.H"
|
||||
#include <wayland-cursor.h>
|
||||
#include "../../../libdecor/src/libdecor.h"
|
||||
|
@ -26,12 +25,9 @@
|
|||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/fl_ask.H>
|
||||
#include <FL/Fl_Box.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
#include <FL/filename.H>
|
||||
#include "../../print_button.h"
|
||||
#include <dlfcn.h>
|
||||
#include <sys/time.h>
|
||||
#include <linux/input.h>
|
||||
#include <stdlib.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
|
Loading…
Reference in New Issue