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. --- src/fl_ask.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/fl_ask.cxx') diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index f711a9f1d..c9255f14e 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -1,7 +1,7 @@ // // Standard dialog functions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2020 by Bill Spitzak and others. +// 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 @@ -24,14 +24,10 @@ // mostly. In most cases it is easier to get a multi-line message // by putting newlines in the message. -#include -#include -#include "flstring.h" - #include #include - #include +#include "flstring.h" #include #include @@ -43,6 +39,10 @@ #include "Fl_Screen_Driver.H" #include +#include +#include +#include + static Fl_Window *message_form; static Fl_Box *message; static Fl_Box *icon; -- cgit v1.2.3