diff options
Diffstat (limited to 'src/drivers/GDI')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx | 3 | ||||
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx | 2 | ||||
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx index f4358949a..7117c6c49 100644 --- a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx @@ -14,8 +14,7 @@ // https://www.fltk.org/bugs.php // -#include "../../config_lib.h" - +#include <config.h> #include <FL/Fl_Copy_Surface.H> #include <FL/platform.H> #include "Fl_GDI_Graphics_Driver.H" diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx index b70f579cb..dd9ed5dbc 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx @@ -15,7 +15,7 @@ // -#include "../../config_lib.h" +#include <config.h> #include "Fl_GDI_Graphics_Driver.H" #include <FL/Fl.H> #include <FL/platform.H> diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx index 50e00c5a9..8e45c6eb9 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx @@ -21,7 +21,6 @@ */ #include <config.h> -#include "../../config_lib.h" #include <FL/Fl.H> #include <FL/Fl_Widget.H> #include <FL/fl_draw.H> |
