From ba6723431afa843232fadf44e12ddab44e85c9f0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 14 Oct 2018 17:08:15 +0100 Subject: drop unnecessary vcl/group.hxx includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I09d86ee7e156ac71d7c1f9fd58d43751037d2629 Reviewed-on: https://gerrit.libreoffice.org/61761 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- toolkit/source/awt/scrollabledialog.cxx | 1 - toolkit/source/awt/vclxwindows.cxx | 2 -- toolkit/source/controls/unocontrols.cxx | 1 - 3 files changed, 4 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx index fe0da4118e3f..ff9abf48b58d 100644 --- a/toolkit/source/awt/scrollabledialog.cxx +++ b/toolkit/source/awt/scrollabledialog.cxx @@ -18,7 +18,6 @@ */ #include -#include #include namespace toolkit diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index f56d8b224056..219433ff135f 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -57,8 +57,6 @@ #include #include -#include - #include #include #include diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx index f470cae677aa..f093137f35e6 100644 --- a/toolkit/source/controls/unocontrols.cxx +++ b/toolkit/source/controls/unocontrols.cxx @@ -49,7 +49,6 @@ #include #include #include -#include #include #include #include -- cgit