summaryrefslogtreecommitdiff
path: root/vcl/source/app/svdata.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-15 09:52:44 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-02 09:12:51 +0200
commitd00ee2cb0dce84173c035cf89f332c150dd02d00 (patch)
tree50417e1b542ca8ccf76e5e5ca4399590a140c734 /vcl/source/app/svdata.cxx
parent599ae1151bf893491db7ad983d64c77521c3ae9d (diff)
tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I386e913f9002eed164c26137a0e184993d010b86 Reviewed-on: https://gerrit.libreoffice.org/74090 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/app/svdata.cxx')
-rw-r--r--vcl/source/app/svdata.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 2a3fd1162528..936ddf596852 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -21,17 +21,12 @@
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
-#include <rtl/process.h>
#include <tools/diagnose_ex.h>
-#include <tools/gen.hxx>
#include <unotools/resmgr.hxx>
-#include <uno/current_context.hxx>
#include <sal/log.hxx>
-#include <vcl/button.hxx>
#include <vcl/configsettings.hxx>
#include <vcl/dockwin.hxx>
-#include <vcl/layout.hxx>
#include <vcl/menu.hxx>
#include <vcl/print.hxx>
#include <vcl/settings.hxx>
@@ -43,21 +38,15 @@
#include <helpwin.hxx>
#include <vcl/dialog.hxx>
#include <salinst.hxx>
-#include <salframe.hxx>
#include <salgdi.hxx>
#include <svdata.hxx>
-#include <window.h>
#include <salimestatus.hxx>
#include <salsys.hxx>
-#include <strings.hrc>
#include <units.hrc>
#include <print.h>
#include <com/sun/star/accessibility/MSAAService.hpp>
-#include <officecfg/Office/Common.hxx>
-
-#include <config_folders.h>
#include <config_features.h>
#if HAVE_FEATURE_OPENGL
#include <vcl/opengl/OpenGLContext.hxx>