summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-04-16 18:19:59 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-04-16 18:19:59 +0000
commit160ac59070a9d512cb61dc75b493d0474d6e1a6b (patch)
tree0e2ae1bac11a2b011ce51933b6c16e4035faea4d
parentc4953935b07bd0aad7ebf1a4762c9335ff3f9a0d (diff)
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
-rw-r--r--FL/win32.H1
-rw-r--r--FL/x.H4
2 files changed, 1 insertions, 4 deletions
diff --git a/FL/win32.H b/FL/win32.H
index 95d3a2bb1..b866f0796 100644
--- a/FL/win32.H
+++ b/FL/win32.H
@@ -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>
diff --git a/FL/x.H b/FL/x.H
index 0642cd91f..2cbca6ca5 100644
--- a/FL/x.H
+++ b/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();