From 6f377e7baef480745ec7514c252087710ab9f2b0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Aug 2022 12:38:55 +0100 Subject: move scrbar.hxx to vcl/toolkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I77038cbf500976703ad41365da9a675a698863a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137979 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/source/control/scrbar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/control/scrbar.cxx') diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx index 2994fa0e9b61..3c132664590f 100644 --- a/vcl/source/control/scrbar.cxx +++ b/vcl/source/control/scrbar.cxx @@ -19,9 +19,9 @@ #include #include -#include #include #include +#include #include #include -- cgit