Remove unused and "illegal" include statements.
Header files from src/.. must not be included in public header files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11634 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c4953935b0
commit
160ac59070
@ -26,7 +26,6 @@
|
||||
#endif // !Fl_X_H
|
||||
|
||||
#include <windows.h>
|
||||
#include "src/drivers/WinAPI/Fl_WinAPI_System_Driver.H"
|
||||
typedef HWND Window;
|
||||
|
||||
#include <FL/Fl_Device.H>
|
||||
|
4
FL/x.H
4
FL/x.H
@ -3,7 +3,7 @@
|
||||
//
|
||||
// X11 header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2012 by Bill Spitzak and others.
|
||||
// Copyright 1998-2016 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
|
||||
@ -49,8 +49,6 @@
|
||||
# include <X11/Xatom.h>
|
||||
# include "Fl_Window.H"
|
||||
|
||||
#include <src/drivers/Posix/Fl_Posix_System_Driver.H>
|
||||
|
||||
FL_EXPORT void fl_open_display();
|
||||
FL_EXPORT void fl_open_display(Display*);
|
||||
FL_EXPORT void fl_close_display();
|
||||
|
Loading…
x
Reference in New Issue
Block a user