diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-12-27 12:03:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2025-01-06 09:28:27 +0100 |
commit | de8b935e16d463c632f3311294869479c56f1201 (patch) | |
tree | 5ff0e15e899628ddb3648e4a2afab4c1740ac3ae /include/xmloff/XMLEventsImportContext.hxx | |
parent | 145e62541762b2fb16d41e07aacc52081f782754 (diff) |
Drop unneeded forward declarations from include/ even harder
test drive the new bin/find-unneeded-includes --fwdecl mode
with iwyu 0.23 instead of 0.21, this seems to find more unneeded
fw declarations
Change-Id: I451e571c70eb74f46c799753e3c5a53c0110da36
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179707
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/xmloff/XMLEventsImportContext.hxx')
-rw-r--r-- | include/xmloff/XMLEventsImportContext.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/XMLEventsImportContext.hxx b/include/xmloff/XMLEventsImportContext.hxx index d33e8bab9254..b65490c28b10 100644 --- a/include/xmloff/XMLEventsImportContext.hxx +++ b/include/xmloff/XMLEventsImportContext.hxx @@ -28,7 +28,6 @@ #include <vector> namespace com::sun::star { - namespace xml::sax { class XAttributeList; } namespace beans { struct PropertyValue; } namespace container { class XNameReplace; } namespace document { class XEventsSupplier; } |