Remove unneeded #include directives
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11538 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
1099338262
commit
f62dfac8e1
@ -23,17 +23,12 @@
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
||||
#include <libgen.h> // dirname(3)
|
||||
#include <sys/types.h> // stat(2)
|
||||
#include <sys/stat.h> // stat(2)
|
||||
|
||||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/x.H>
|
||||
#include <FL/x.H> // for fl_mac_os_version
|
||||
#include <FL/Fl_Native_File_Chooser.H>
|
||||
#include <FL/Fl_File_Chooser.H>
|
||||
#include <FL/filename.H>
|
||||
# define MAXFILTERS 80
|
||||
#define MAXFILTERS 80
|
||||
|
||||
class Fl_Native_File_Chooser_Darwin_Driver : public Fl_Native_File_Chooser_Driver {
|
||||
private:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user