mirror of https://github.com/fltk/fltk
Remove useless #include directives
This commit is contained in:
parent
8a8a4c793e
commit
b8d9f2282f
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// Definition of X11 window driver.
|
||||
//
|
||||
// Copyright 1998-2022 by Bill Spitzak and others.
|
||||
// Copyright 1998-2023 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -25,8 +25,6 @@
|
|||
# include "../Xlib/Fl_Xlib_Graphics_Driver.H"
|
||||
#endif // FLTK_USE_CAIRO
|
||||
|
||||
#include <FL/Fl_Overlay_Window.H>
|
||||
#include <FL/Fl_Menu_Window.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/fl_ask.H>
|
||||
|
|
Loading…
Reference in New Issue