From 148536afc9838398100ca2267b99ab349dcbb38c Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Tue, 18 Jan 2022 14:05:00 +0100 Subject: Drop config_global.h from osl/module.h Quoting sberg: "an include file like this one that is part of the published URE interface must not include an include file like config_host/config_global.h that is not part of the published URE interface." I did grep for other config files in include, but that missed the "ifdef LIBO_INTERNAL_ONLY" protection; most time this file will be included via some other header, so just drop it. Change-Id: I18b0792de3f8351efd00557a66d4ef8979ca6550 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128555 Reviewed-by: Stephan Bergmann Reviewed-by: Jan-Marek Glogowski Tested-by: Jenkins --- include/osl/module.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osl/module.h b/include/osl/module.h index e3140f4a67f8..9d80d352afaa 100644 --- a/include/osl/module.h +++ b/include/osl/module.h @@ -25,8 +25,6 @@ #define INCLUDED_OSL_MODULE_H #include "sal/config.h" -// convenience include for HAVE_DLAPI define -#include "config_global.h" #include "rtl/ustring.h" #include "sal/saldllapi.h" -- cgit