From 3e041c06897fb917977c18f57bde5871b0466a99 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Oct 2019 17:06:09 +0000 Subject: remove some unnecessary includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5cad1142641587ef4393cbf73384f93540d61038 Reviewed-on: https://gerrit.libreoffice.org/81712 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/uitest/uiobject.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx index c805f81f1b84..409dbf1e5b99 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include @@ -29,6 +28,7 @@ class Edit; class SpinButton; +class SpinField; typedef std::map StringMap; -- cgit