From dfb24c3d9f3bdbdace593bbd85307a2467c0c7ec Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 21 Apr 2020 11:20:17 +0100 Subject: uiobject.hxx only needs forward declares MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and update pches accordingly Change-Id: I411712532fd85961bffe6678416fcdc1d9c7f53d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92617 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svx/inc/pch/precompiled_svx.hxx | 3 ++- svx/inc/pch/precompiled_svxcore.hxx | 15 +-------------- 2 files changed, 3 insertions(+), 15 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index b566a4589b0f..fb594240f278 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.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 2020-03-27 21:07:57 using: + Generated on 2020-04-21 11:12:39 using: ./bin/update_pch svx svx --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #endif // PCH_LEVEL >= 1 diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index a1cc6960717e..91e1e12ed86e 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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 2020-04-02 13:54:02 using: + Generated on 2020-04-21 11:17:11 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -95,10 +95,8 @@ #include #include #include -#include #include #include -#include #include #include #include @@ -107,7 +105,6 @@ #include #include #include -#include #include #include #include @@ -129,13 +126,10 @@ #include #include #include -#include #include #include -#include #include #include -#include #include #include #include @@ -147,8 +141,6 @@ #include #include #include -#include -#include #include #include #include @@ -305,16 +297,12 @@ #include #include #include -#include -#include -#include #include #include #include #include #include #include -#include #include #include #include @@ -390,7 +378,6 @@ #include #include #include -#include #include #include #include -- cgit