include/osl/module.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 148536afc9838398100ca2267b99ab349dcbb38c
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Tue Jan 18 14:05:00 2022 +0100
Commit:     Jan-Marek Glogowski <glo...@fbihome.de>
CommitDate: Tue Jan 18 19:23:36 2022 +0100

    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 <sberg...@redhat.com>
    Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de>
    Tested-by: Jenkins

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"

Reply via email to