summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-12 15:31:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-13 07:46:16 +0200
commit3c3f7d784eadd60c053284ec2835675f158d4156 (patch)
tree0772787cb2ab5116cc710d80dfaab930faa5b5d8 /vcl/source
parent3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff)
Removed duplicated includes
No automatic tools. Manual checked and tested. Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754 Reviewed-on: https://gerrit.libreoffice.org/36371 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/scheduler.cxx1
-rw-r--r--vcl/source/app/svdata.cxx3
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx1
3 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index d13ad3e9c79b..a3de686aa2a7 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -21,7 +21,6 @@
#include <tools/time.hxx>
#include <vcl/scheduler.hxx>
#include <saltimer.hxx>
-#include <svdata.hxx>
#include <salinst.hxx>
namespace {
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 65742be51afa..dddb23bfd1b3 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -41,7 +41,6 @@
#include <scrwnd.hxx>
#include <helpwin.hxx>
#include <vcl/dialog.hxx>
-#include <vcl/virdev.hxx>
#include "salinst.hxx"
#include "salframe.hxx"
#include "salgdi.hxx"
@@ -50,8 +49,6 @@
#include "salimestatus.hxx"
#include "salsys.hxx"
#include "svids.hrc"
-#include "helpwin.hxx"
-#include "scrwnd.hxx"
#include "com/sun/star/accessibility/MSAAService.hpp"
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index e19d90a28196..491c6adb4c51 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -110,7 +110,6 @@
#endif
#include <config_eot.h>
-#include <config_features.h>
#if ENABLE_EOT
#include <libeot/libeot.h>