From f3fc16f444f84a269df9bd2f2c3d2a47cf49d057 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 18 Nov 2020 16:36:42 +0100 Subject: tdf#42949 Fix new IWYU warnings in directory sc/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I217817e2e4a42b096f5a7fb6344568c10d69aab2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106078 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/inc/NumberFormatControl.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/NumberFormatControl.hxx') diff --git a/sc/inc/NumberFormatControl.hxx b/sc/inc/NumberFormatControl.hxx index 78be6f1a0dc7..77e3843613cd 100644 --- a/sc/inc/NumberFormatControl.hxx +++ b/sc/inc/NumberFormatControl.hxx @@ -19,7 +19,6 @@ #pragma once -#include "scdllapi.h" #include -- cgit