From f645d4c35eebb5674a7e698c1db425afcf0784a5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Mar 2021 09:41:26 +0000 Subject: vcl/floatwin.hxx can be toolkit only now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifd8f58771ea6f9212a0dca7d4550c86ebecd9333 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111814 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- toolkit/source/awt/vclxtoolkit.cxx | 2 +- toolkit/source/awt/vclxwindow.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index efc0a27876bd..dafcd294d18c 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -98,7 +98,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index d2e015fd793d..b178fc57cd58 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include -- cgit