summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-03-07 15:47:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-03-08 08:37:04 +0100
commit97e6d4aaef3411599d97df863c5f4707761dcb4a (patch)
tree999d212dac3b5bcc6daf3b8298b54a5a9cd45358
parent404bfc6f78549d16de193794960a9c9ab7604511 (diff)
Removed duplicated includes
Change-Id: I4b701814e40f1ca3ced81c619696d7c3e18dc765 Reviewed-on: https://gerrit.libreoffice.org/68894 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--desktop/source/app/app.cxx1
-rw-r--r--svgio/qa/cppunit/SvgRead.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index be3f3c0f48c3..4f6dbca894ae 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -124,7 +124,6 @@
#include <svtools/apearcfg.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/window.hxx>
-#include <tools/diagnose_ex.h>
#include "langselect.hxx"
#if HAVE_FEATURE_BREAKPAD
diff --git a/svgio/qa/cppunit/SvgRead.cxx b/svgio/qa/cppunit/SvgRead.cxx
index 996be9d21f08..cd81bfbddc39 100644
--- a/svgio/qa/cppunit/SvgRead.cxx
+++ b/svgio/qa/cppunit/SvgRead.cxx
@@ -32,7 +32,6 @@
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include <comphelper/sequence.hxx>
#include <svgdocumenthandler.hxx>
#include <svgrectnode.hxx>