summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2022-01-18 14:05:00 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2022-01-18 19:23:36 +0100
commit148536afc9838398100ca2267b99ab349dcbb38c (patch)
tree9eabbc64c9fd389e3bfaf8d262b0db62f93ea78e /include
parentaa06241b9c90cd41bed804bd1d55233b28f03886 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osl/module.h2
1 files changed, 0 insertions, 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"