From d93fc2bfa6b3bd5c33912e2eaaa2d42dfd5f473f Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:08:30 +0100 Subject: Use when appropriate. --- src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 2 +- src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx | 2 +- src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/drivers/WinAPI') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index d28cccae8..7c57d08f2 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -15,7 +15,7 @@ // -#include "../../config_lib.h" +#include #include "Fl_WinAPI_Screen_Driver.H" #include "../GDI/Fl_Font.H" #include diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx index 518b32845..9c9d35553 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -#include "../../config_lib.h" +#include #include "Fl_WinAPI_System_Driver.H" #include #include diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx index 8d0fddcd4..6e5d693f4 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx @@ -15,7 +15,7 @@ // -#include "../../config_lib.h" +#include #include #include #include -- cgit v1.2.3