From 94c918a1aee72a1b906790873a8ed57e47b733fe Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:22:04 +0100 Subject: Fix miscellaneous #include directives --- src/Fl_Native_File_Chooser_GTK.cxx | 4 ++-- src/drivers/Posix/Fl_Posix_Printer_Driver.cxx | 4 ++-- src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx index 6a4e3fad0..195e87ba2 100644 --- a/src/Fl_Native_File_Chooser_GTK.cxx +++ b/src/Fl_Native_File_Chooser_GTK.cxx @@ -1,7 +1,7 @@ // // FLTK native file chooser widget wrapper for GTK's GtkFileChooserDialog // -// Copyright 1998-2022 by Bill Spitzak and others. +// Copyright 1998-2023 by Bill Spitzak and others. // Copyright 2012 IMM // // This library is free software. Distribution and use rights are outlined in @@ -29,7 +29,7 @@ #include #include #include // for dlopen et al -#include "drivers/Unix/Fl_Unix_System_Driver.H" +#include "drivers/Posix/Fl_Posix_System_Driver.H" #include "drivers/Unix/Fl_Unix_Screen_Driver.H" #include "Fl_Window_Driver.H" #include "Fl_Screen_Driver.H" diff --git a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx index a49941837..6697f23d6 100644 --- a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx @@ -1,7 +1,7 @@ // // PostScript priting support for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2020 by Bill Spitzak and others. +// Copyright 2010-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 @@ -35,7 +35,7 @@ class Fl_Posix_Printer_Driver : public Fl_PostScript_File_Device { #include // for dlopen et al #include // for mkstemp #include -#include "../Unix/Fl_Unix_System_Driver.H" +#include "Fl_Posix_System_Driver.H" #define GTK_PAPER_NAME_LETTER "na_letter" #define GTK_RESPONSE_NONE 0 #define GTK_RESPONSE_OK -5 diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx index 50e9dd497..97a8d34da 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx @@ -19,7 +19,7 @@ #include "Fl_Wayland_Window_Driver.H" #include "Fl_Wayland_Screen_Driver.H" #include "Fl_Wayland_Graphics_Driver.H" -#include "../Unix/Fl_Unix_System_Driver.H" +#include #include #include "../../../libdecor/src/libdecor.h" #include "xdg-shell-client-protocol.h" -- cgit v1.2.3