From 6886f2d66ce24218025b5d4ce8e846ea62a0d0a1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 29 Jan 2020 21:18:28 +0000 Subject: no direct users of slider.hxx outside vcl anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6bf80bb125512a483aba3aed3c5a6a16d14e31d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87755 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/source/app/salvtables.cxx | 2 +- vcl/source/control/slider.cxx | 2 +- vcl/source/window/builder.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index fedf54d2b833..fb68ee0c605d 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/control/slider.cxx b/vcl/source/control/slider.cxx index f1f447f56673..d8d920f0718f 100644 --- a/vcl/source/control/slider.cxx +++ b/vcl/source/control/slider.cxx @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include "thumbpos.hxx" diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 154eaaccd974..69758641ea23 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include -- cgit