From e790a3a185026a2b2f0a63a9231081ec4069acd2 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 4 Apr 2023 15:30:18 +0200 Subject: Remove superfluous #include directives --- src/drivers/Unix/Fl_Unix_Screen_Driver.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/drivers/Unix/Fl_Unix_Screen_Driver.H') diff --git a/src/drivers/Unix/Fl_Unix_Screen_Driver.H b/src/drivers/Unix/Fl_Unix_Screen_Driver.H index ebd0ed706..456346120 100644 --- a/src/drivers/Unix/Fl_Unix_Screen_Driver.H +++ b/src/drivers/Unix/Fl_Unix_Screen_Driver.H @@ -2,7 +2,7 @@ // Definition of the part of the screen driver shared by X11 and Wayland platforms // for the Fast Light Tool Kit (FLTK). // -// Copyright 2021-2022 by Bill Spitzak and others. +// Copyright 2021-2023 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 @@ -18,6 +18,7 @@ #ifndef FL_UNIX_SCREEN_DRIVER_H #define FL_UNIX_SCREEN_DRIVER_H +#include #include "../../Fl_Screen_Driver.H" # if USE_POLL -- cgit v1.2.3