[Libreoffice-commits] core.git: desktop/source svgio/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Mar 8 07:37:29 UTC 2019


 desktop/source/app/app.cxx   |    1 -
 svgio/qa/cppunit/SvgRead.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 97e6d4aaef3411599d97df863c5f4707761dcb4a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Mar 7 15:47:19 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Mar 8 08:37:04 2019 +0100

    Removed duplicated includes
    
    Change-Id: I4b701814e40f1ca3ced81c619696d7c3e18dc765
    Reviewed-on: https://gerrit.libreoffice.org/68894
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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>


More information about the Libreoffice-commits mailing list