mirror of
https://github.com/fltk/fltk.git
synced 2025-12-10 04:31:10 +08:00
Add missing and remove unnecessary #include statements
Note: if user code requires a header, then user code must #include it.
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
#include "Fl.H"
|
||||
#include "Fl_Group.H"
|
||||
#include "Fl_Scrollbar.H"
|
||||
#include <FL/fl_draw.H> // this is no longer needed here, but external source code seems to rely on it
|
||||
#include <FL/filename.H> // this is no longer needed here, but external source code seems to rely on it
|
||||
|
||||
//
|
||||
// System and C++ header files
|
||||
|
||||
Reference in New Issue
Block a user