mirror of
https://github.com/fltk/fltk.git
synced 2025-12-11 13:53:06 +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.H"
|
||||||
#include "Fl_Group.H"
|
#include "Fl_Group.H"
|
||||||
#include "Fl_Scrollbar.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
|
// System and C++ header files
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user