diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-21 00:07:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-24 11:59:16 +0100 |
commit | 3381e35ec2b567f0b85cce6192df11d0be9cdbe2 (patch) | |
tree | eb82533b7d258877b0fee8fe202d9bb1ece16ad4 /desktop/source/app/sofficemain.cxx | |
parent | 1d10db1003f092f48ed09a0d45994f7481b96d84 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'desktop/source/app/sofficemain.cxx')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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 <sal/config.h> #include <config_features.h> -#include <config_version.h> -#include <config_folders.h> #include <desktop/dllapi.h> @@ -31,8 +29,6 @@ // needed before sal/main.h to avoid redefinition of macros #include <prewin.h> -#include <desktop/exithelper.h> -#include <osl/file.hxx> #include <rtl/bootstrap.hxx> #include <sal/log.hxx> #include <sal/main.h> @@ -40,10 +36,6 @@ #include <vcl/glxtestprocess.hxx> #include <vcl/svmain.hxx> -#include <com/sun/star/beans/NamedValue.hpp> -#include <cppuhelper/bootstrap.hxx> -#include <unotools/mediadescriptor.hxx> - #if HAVE_FEATURE_BREAKPAD #include <desktop/crashreport.hxx> #endif |