Remove useless #include directives

This commit is contained in:
ManoloFLTK 2023-01-12 10:32:08 +01:00
parent 8a8a4c793e
commit b8d9f2282f
1 changed files with 1 additions and 3 deletions

View File

@ -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>