From 389760c1c646d8c8c2991627d828ba76e89393c2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 18 Feb 2021 13:11:47 +0100 Subject: 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. --- src/drivers/Android/Fl_Android_Screen_Keyboard.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/Android/Fl_Android_Screen_Keyboard.cxx') diff --git a/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx b/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx index 9aaf0df7f..a719be165 100644 --- a/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx +++ b/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx @@ -15,7 +15,7 @@ // -#include "../../config_lib.h" +#include #include "Fl_Android_Screen_Driver.H" #include "Fl_Android_Application.H" #include "Fl_Android_Graphics_Font.H" -- cgit v1.2.3