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 --- vcl/inc/NotebookbarPopup.hxx | 2 +- vcl/inc/bubblewindow.hxx | 2 +- vcl/inc/helpwin.hxx | 2 +- vcl/inc/listbox.hxx | 2 +- vcl/inc/pch/precompiled_vcl.hxx | 4 ++-- vcl/inc/scrwnd.hxx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'vcl/inc') diff --git a/vcl/inc/NotebookbarPopup.hxx b/vcl/inc/NotebookbarPopup.hxx index c417a75f4328..8d5a00cdd226 100644 --- a/vcl/inc/NotebookbarPopup.hxx +++ b/vcl/inc/NotebookbarPopup.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARPOPUP_HXX #include -#include +#include /* * Popup - shows hidden content, controls are moved to this popup diff --git a/vcl/inc/bubblewindow.hxx b/vcl/inc/bubblewindow.hxx index 2583885b8d5a..b80cdfd7b1d1 100644 --- a/vcl/inc/bubblewindow.hxx +++ b/vcl/inc/bubblewindow.hxx @@ -19,7 +19,7 @@ #pragma once -#include +#include #include #include diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx index 089f7417c45f..db8456fd2103 100644 --- a/vcl/inc/helpwin.hxx +++ b/vcl/inc/helpwin.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_HELPWIN_HXX #define INCLUDED_VCL_INC_HELPWIN_HXX -#include +#include #include enum class QuickHelpFlags; diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx index 816e7ff50c56..95c2ed959627 100644 --- a/vcl/inc/listbox.hxx +++ b/vcl/inc/listbox.hxx @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 5aecf7ceaf3a..6306a6f4c8ae 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2021-02-19 15:35:44 using: + Generated on 2021-03-02 09:40:57 using: ./bin/update_pch vcl vcl --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -299,7 +299,6 @@ #include #include #include -#include #include #include #include @@ -332,6 +331,7 @@ #include #include #include +#include #include #include #include diff --git a/vcl/inc/scrwnd.hxx b/vcl/inc/scrwnd.hxx index 879daa9c5021..a8c897bc95e2 100644 --- a/vcl/inc/scrwnd.hxx +++ b/vcl/inc/scrwnd.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_SCRWND_HXX #define INCLUDED_VCL_INC_SCRWND_HXX -#include +#include #include #include -- cgit