From 7ddedd2594ddcaeed21f46709fdb44601ff641bf Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 8 Nov 2019 17:23:15 +0100 Subject: tdf#42949 Fix IWYU warnings in basic/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I325149be2ea7697b5b4a2ce4a662edd2f8be6e50 Reviewed-on: https://gerrit.libreoffice.org/82312 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- basic/source/basmgr/basicmanagerrepository.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basic/source/basmgr/basicmanagerrepository.cxx') diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx index b725f0563a3c..9e3aecc249e0 100644 --- a/basic/source/basmgr/basicmanagerrepository.cxx +++ b/basic/source/basmgr/basicmanagerrepository.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include @@ -41,7 +40,7 @@ #include #include -#include +#include #include -- cgit