From b8adb8264b48e66d7435e4463f575e25c5e02250 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Oct 2019 17:00:54 +0000 Subject: SpinButton only needed by vcl and toolkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1a99231a895269bc728ed7730fe277bb8e73a25e Reviewed-on: https://gerrit.libreoffice.org/81711 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/source/control/spinbtn.cxx | 2 +- vcl/source/uitest/uiobject.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/control/spinbtn.cxx b/vcl/source/control/spinbtn.cxx index 41d815c1c578..6c738b5056ad 100644 --- a/vcl/source/control/spinbtn.cxx +++ b/vcl/source/control/spinbtn.cxx @@ -18,7 +18,7 @@ */ #include -#include +#include #include #include diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index 4cf20f316c21..201a05e02bb7 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include -- cgit