include/xmloff/XMLFontAutoStylePool.hxx | 2 -- include/xmloff/xmlevent.hxx | 1 - include/xmloff/xmlimppr.hxx | 1 - include/xmloff/xmlstyle.hxx | 1 - 4 files changed, 5 deletions(-)
New commits: commit 8439cf1292162b308b3dfafb85bd247a8d4d3a4d Author: Gabor Kelemen <[email protected]> AuthorDate: Wed Nov 12 21:01:43 2025 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Sun Nov 30 23:08:31 2025 +0100 tdf#146619 Run IWYU again on include/xmloff Change-Id: I8d66d58c1c421724d8e6df7e9a045d518da85f38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193921 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/include/xmloff/XMLFontAutoStylePool.hxx b/include/xmloff/XMLFontAutoStylePool.hxx index 2f406cbfcb50..dc0535b91d51 100644 --- a/include/xmloff/XMLFontAutoStylePool.hxx +++ b/include/xmloff/XMLFontAutoStylePool.hxx @@ -26,8 +26,6 @@ #include <tools/fontenum.hxx> #include <salhelper/simplereferenceobject.hxx> #include <set> -#include <unordered_set> -#include <unordered_map> #include <memory> namespace com::sun::star { diff --git a/include/xmloff/xmlevent.hxx b/include/xmloff/xmlevent.hxx index 86601c415bb9..5a23462da224 100644 --- a/include/xmloff/xmlevent.hxx +++ b/include/xmloff/xmlevent.hxx @@ -21,7 +21,6 @@ #define INCLUDED_XMLOFF_XMLEVENT_HXX #include <rtl/ustring.hxx> -#include <utility> namespace com::sun::star::uno { template <class interface_type> class Reference; } namespace com::sun::star::uno { template <typename > class Sequence; } diff --git a/include/xmloff/xmlimppr.hxx b/include/xmloff/xmlimppr.hxx index 92f195586601..ecee9ceefeb0 100644 --- a/include/xmloff/xmlimppr.hxx +++ b/include/xmloff/xmlimppr.hxx @@ -26,7 +26,6 @@ #include <rtl/ustring.hxx> #include <vector> -#include <salhelper/simplereferenceobject.hxx> namespace com::sun::star::beans { class XMultiPropertySet; } namespace com::sun::star::beans { class XPropertySet; } diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 0de0d76eaece..aa554d5ee579 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_XMLOFF_XMLSTYLE_HXX #define INCLUDED_XMLOFF_XMLSTYLE_HXX -#include <rtl/ref.hxx> #include <sal/config.h> #include <xmloff/dllapi.h> #include <sal/types.h>
