From 160ac59070a9d512cb61dc75b493d0474d6e1a6b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 16 Apr 2016 18:19:59 +0000 Subject: 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 --- FL/win32.H | 1 - FL/x.H | 4 +--- 2 files changed, 1 insertion(+), 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 -#include "src/drivers/WinAPI/Fl_WinAPI_System_Driver.H" typedef HWND Window; #include 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 # include "Fl_Window.H" -#include - FL_EXPORT void fl_open_display(); FL_EXPORT void fl_open_display(Display*); FL_EXPORT void fl_close_display(); -- cgit v1.2.3