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 --- accessibility/inc/pch/precompiled_acc.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'accessibility/inc') diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index deb1105fb30d..64aa57dbfd1f 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.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-02-01 10:57:24 using: + Generated on 2020-04-21 11:13:02 using: ./bin/update_pch accessibility acc --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include @@ -98,7 +99,6 @@ #include #include #include -#include #include #include #include @@ -162,6 +162,7 @@ #include #include #include +#include #include #include #include @@ -285,7 +286,6 @@ #include #include #include -#include #include #include #include -- cgit