mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 15:56:10 +08:00
Remove useless #include directives
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user