From 43ddddb703bcdb9430752af63ae46527f737f874 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 31 May 2019 17:37:07 +0200 Subject: tdf#42949 Fix IWYU warnings in svl/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Except source/svdde/* which is WIN-specific Also recheck include/svl Change-Id: I32d3bcb6b14665c56c07a2f10526329b08c64cbe Reviewed-on: https://gerrit.libreoffice.org/73630 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svl/source/items/int64item.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svl/source/items/int64item.cxx') diff --git a/svl/source/items/int64item.cxx b/svl/source/items/int64item.cxx index c32794a359ff..f128bc4d4275 100644 --- a/svl/source/items/int64item.cxx +++ b/svl/source/items/int64item.cxx @@ -8,7 +8,6 @@ */ #include -#include SfxInt64Item::SfxInt64Item( sal_uInt16 nWhich, sal_Int64 nVal ) : SfxPoolItem(nWhich), mnValue(nVal) -- cgit