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 /vcl | |
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>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/scheduler.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |