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 <sbergman@redhat.com>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Tested-by: Jenkins
This commit is contained in:
Jan-Marek Glogowski 2022-01-18 14:05:00 +01:00
parent aa06241b9c
commit 148536afc9

View file

@ -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"