diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-14 15:58:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-17 22:28:12 +0200 |
commit | 72b48cb904b1fc0e3155457bac28401bd39e5656 (patch) | |
tree | e6a43783588d98b631a9ceafda0bbadce39ee5fa | |
parent | b2207e165d0fd7093c7f259a5ea053b7be060a76 (diff) |
Remove duplicated includes
Change-Id: Iba098ff1c96fb6f830e136102f687b345fb958ef
Reviewed-on: https://gerrit.libreoffice.org/39981
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sw/source/filter/ascii/parasc.cxx | 1 | ||||
-rw-r--r-- | vcl/source/app/scheduler.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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 { |