From 9f07fb6d15de5682cc2e09f0261ba59341ceb8ef Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 25 Apr 2020 20:58:01 +0100 Subject: update pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I83a61da7dda6c72552eecd377f1c3744c92a797e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92909 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vbahelper/inc/pch/precompiled_msforms.hxx | 10 ++-------- vbahelper/inc/pch/precompiled_vbahelper.hxx | 3 ++- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'vbahelper') diff --git a/vbahelper/inc/pch/precompiled_msforms.hxx b/vbahelper/inc/pch/precompiled_msforms.hxx index 34499fffcb08..1b1466673bfe 100644 --- a/vbahelper/inc/pch/precompiled_msforms.hxx +++ b/vbahelper/inc/pch/precompiled_msforms.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-21 11:17:43 using: + Generated on 2020-04-25 20:56:02 using: ./bin/update_pch vbahelper msforms --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,8 +23,8 @@ #if PCH_LEVEL >= 1 #include #include +#include #include -#include #include #include #include @@ -51,10 +51,7 @@ #include #include #include -#include #include -#include -#include #include #include #include @@ -62,15 +59,12 @@ #include #include #include -#include -#include #include #include #include #include #include #include -#include #include #include #include diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx index 5a45ccf43c61..32fca977dd94 100644 --- a/vbahelper/inc/pch/precompiled_vbahelper.hxx +++ b/vbahelper/inc/pch/precompiled_vbahelper.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-21 11:17:43 using: + Generated on 2020-04-25 20:56:02 using: ./bin/update_pch vbahelper vbahelper --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include -- cgit