summaryrefslogtreecommitdiff
path: root/src/drivers/Pico
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-18 13:11:47 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-18 13:11:47 +0100
commit389760c1c646d8c8c2991627d828ba76e89393c2 (patch)
treed6ba6e6a674b39cc35981de08cc31a95151fae6e /src/drivers/Pico
parent135b8b9c868da56d4f86b46a68c07172bc69d7f5 (diff)
Remove #include ".../config_lib.h" from remaining sources
... except src/Fl.cxx Fl.cxx uses the FL_CFG_* macros to define the values of runtime configuration options. This is now the only usage of config_lib.h. Todo: we can probably implement these runtime config vars in another way and finally remove config_lib.h.
Diffstat (limited to 'src/drivers/Pico')
-rw-r--r--src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx2
-rw-r--r--src/drivers/Pico/Fl_Pico_Screen_Driver.cxx2
-rw-r--r--src/drivers/Pico/Fl_Pico_Window_Driver.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
index f6f306e78..cf0928c25 100644
--- a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
+++ b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
@@ -15,7 +15,7 @@
//
-#include "../../config_lib.h"
+#include <config.h>
#include "Fl_Pico_Graphics_Driver.H"
#include <FL/fl_draw.H>
#include <FL/math.h>
diff --git a/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx b/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
index 9b316c92f..615624006 100644
--- a/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
+++ b/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
@@ -15,7 +15,7 @@
//
-#include "../../config_lib.h"
+#include <config.h>
#include "Fl_Pico_Screen_Driver.H"
diff --git a/src/drivers/Pico/Fl_Pico_Window_Driver.cxx b/src/drivers/Pico/Fl_Pico_Window_Driver.cxx
index bbff4c6aa..7e8954c29 100644
--- a/src/drivers/Pico/Fl_Pico_Window_Driver.cxx
+++ b/src/drivers/Pico/Fl_Pico_Window_Driver.cxx
@@ -15,7 +15,7 @@
//
-#include "../../config_lib.h"
+#include <config.h>
#include "Fl_Pico_Window_Driver.H"
#include <FL/platform.H>