From 3381e35ec2b567f0b85cce6192df11d0be9cdbe2 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 21 Jan 2020 00:07:16 +0100 Subject: tdf#42949 Fix IWYU warnings in desktop/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If72377cb352be71050a5b0a471bbe3b02d9c0f74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87117 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- desktop/source/app/sofficemain.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'desktop/source/app/sofficemain.cxx') diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 064c08579ab9..90e322260c1e 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -19,8 +19,6 @@ #include #include -#include -#include #include @@ -31,8 +29,6 @@ // needed before sal/main.h to avoid redefinition of macros #include -#include -#include #include #include #include @@ -40,10 +36,6 @@ #include #include -#include -#include -#include - #if HAVE_FEATURE_BREAKPAD #include #endif -- cgit