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 --- slideshow/inc/pch/precompiled_slideshow.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'slideshow/inc') diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index b813b79475c2..70d09c123e03 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.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-01-22 15:58:24 using: + Generated on 2020-04-21 11:16:52 using: ./bin/update_pch slideshow slideshow --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include @@ -136,7 +137,6 @@ #include #include #include -#include #include #include #include @@ -209,7 +209,6 @@ #include #include #include -#include #include #include #include @@ -259,15 +258,15 @@ #include #include #include -#include +#include #include #include #include #include #include -#include #include #include +#include #include #include #include -- cgit