From 18a8cac57d5450fef9111fa356839f07c7593ad0 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 4 Jun 2018 23:55:49 +0200 Subject: tdf#42949 Fix IWYU warnings in sc/inc/[a,c]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Quite a bit of fallout management was necessary. Several files were not checked earlier because of IWYU problems. Also a few mistaken entries from the yaml file are corrected. Change-Id: I943dfb955e096896961ac487d26ce57a6cb76cc2 Reviewed-on: https://gerrit.libreoffice.org/55303 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/inc/clipparam.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/clipparam.hxx') diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx index 2e5dece711e8..ee9422bc27db 100644 --- a/sc/inc/clipparam.hxx +++ b/sc/inc/clipparam.hxx @@ -21,11 +21,8 @@ #define INCLUDED_SC_INC_CLIPPARAM_HXX #include "rangelst.hxx" -#include "rangenam.hxx" #include "charthelper.hxx" -#include - /** * This struct stores general clipboard parameters associated with a * ScDocument instance created in clipboard mode. -- cgit