From 0fb98963c46013209d39c03c3d61ef52ccc504e2 Mon Sep 17 00:00:00 2001 From: RafaƂ Dobrakowski Date: Mon, 18 Mar 2024 02:54:32 +0100 Subject: tdf#146619 Remove unused #includes from C/C++ files 'sc' module was cleaned. Change-Id: Ia491d741a4c1c5314f35ebb4baa82dd516948ae7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165699 Tested-by: Jenkins Reviewed-by: Gabor Kelemen --- sc/inc/styleuno.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/styleuno.hxx') diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx index 07bf2cb7b12d..f524cf8bc615 100644 --- a/sc/inc/styleuno.hxx +++ b/sc/inc/styleuno.hxx @@ -30,7 +30,6 @@ #include #include #include -#include #include namespace com::sun::star::container { class XIndexReplace; } -- cgit