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:
parent
aa06241b9c
commit
148536afc9
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue