From 7da8fce0cd13a83a34b732615e95f477f4c4857e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 5 Mar 2024 00:47:59 +0100 Subject: tdf#146619 Recheck xmloff/*cxx with IWYU Change-Id: I6e39a223fd567d70254998e55de5110db87ab4fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164486 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- xmloff/source/chart/SchXMLTableContext.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmloff/source/chart/SchXMLTableContext.cxx') diff --git a/xmloff/source/chart/SchXMLTableContext.cxx b/xmloff/source/chart/SchXMLTableContext.cxx index ac0e9aeed524..5aa095211de9 100644 --- a/xmloff/source/chart/SchXMLTableContext.cxx +++ b/xmloff/source/chart/SchXMLTableContext.cxx @@ -22,7 +22,6 @@ #include "SchXMLTableContext.hxx" #include "SchXMLParagraphContext.hxx" #include "SchXMLTextListContext.hxx" -#include #include "SchXMLTools.hxx" #include "transporttypes.hxx" #include @@ -31,9 +30,7 @@ #include #include #include -#include #include -#include #include #include #include -- cgit