From 41266df7ae51f179f4a80f67a2eba896ba1fd7b2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 20 Mar 2021 21:39:28 +0100 Subject: Remove unnecessary system includes from public headers Add includes of system headers in the implementation files where necessary. --- FL/Fl_Input_Choice.H | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'FL/Fl_Input_Choice.H') diff --git a/FL/Fl_Input_Choice.H b/FL/Fl_Input_Choice.H index 9f29ce968..71bc76ee0 100644 --- a/FL/Fl_Input_Choice.H +++ b/FL/Fl_Input_Choice.H @@ -5,8 +5,8 @@ // | input area || \/ | // |______________||____| // -// Copyright 1998-2017 by Bill Spitzak and others. // Copyright 2004 by Greg Ercolano. +// Copyright 1998-2021 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 @@ -30,13 +30,6 @@ #include #include -// Leaving these two headers so builds don't break if user includes this -// header and uses items from fl_draw or string (but doesn't include in src). -// Note: this would ensure compatibility with FLTK 1.3.x. -// Shall we? Currently not! -// #include -// #include - /* A combination of the input widget and a menu button. -- cgit v1.2.3