diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-03-20 21:39:28 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-03-21 00:42:28 +0100 |
| commit | 41266df7ae51f179f4a80f67a2eba896ba1fd7b2 (patch) | |
| tree | 52103dcc63cd91c58b6f599ca7595b254549b3cb /FL/Fl_Input_Choice.H | |
| parent | bd52db0b952d35ce793153e4a0c0b25f102a4395 (diff) | |
Remove unnecessary system includes from public headers
Add includes of system headers in the implementation files
where necessary.
Diffstat (limited to 'FL/Fl_Input_Choice.H')
| -rw-r--r-- | FL/Fl_Input_Choice.H | 9 |
1 files changed, 1 insertions, 8 deletions
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 <FL/Fl_Input.H> #include <FL/Fl_Menu_Button.H> -// 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 <FL/fl_draw.H> -// #include <string.h> - /* A combination of the input widget and a menu button. |
