[Libreoffice-commits] core.git: sw/source vcl/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Jul 17 20:28:47 UTC 2017


 sw/source/filter/ascii/parasc.cxx |    1 -
 vcl/source/app/scheduler.cxx      |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 72b48cb904b1fc0e3155457bac28401bd39e5656
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Jul 14 15:58:18 2017 +0200

    Remove duplicated includes
    
    Change-Id: Iba098ff1c96fb6f830e136102f687b345fb958ef
    Reviewed-on: https://gerrit.libreoffice.org/39981
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx
index 53e1f1ff9041..aee455a34a31 100644
--- a/sw/source/filter/ascii/parasc.cxx
+++ b/sw/source/filter/ascii/parasc.cxx
@@ -45,7 +45,6 @@
 #include <poolfmt.hxx>
 
 #include <vcl/metric.hxx>
-#include <memory>
 
 #define ASC_BUFFLEN 4096
 
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index dd2fd35b8664..e9372cd52c3e 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -25,7 +25,6 @@
 #include <salinst.hxx>
 #include <comphelper/profilezone.hxx>
 #include <schedulerimpl.hxx>
-#include <svdata.hxx>
 
 namespace {
 


More information about the Libreoffice-commits mailing list