From b050b7eeff089ead4dd121967cf323d683f171bc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Jul 2020 17:10:02 +0100 Subject: update pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I75602277a5a26b012a12f2c4f4b7ff5bb663b0b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98474 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- lotuswordpro/inc/pch/precompiled_lwpft.hxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/inc/pch/precompiled_lwpft.hxx b/lotuswordpro/inc/pch/precompiled_lwpft.hxx index 2135f0b3dc53..0e141f5758ae 100644 --- a/lotuswordpro/inc/pch/precompiled_lwpft.hxx +++ b/lotuswordpro/inc/pch/precompiled_lwpft.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:44 using: + Generated on 2020-07-09 17:06:27 using: ./bin/update_pch lotuswordpro lwpft --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,6 +45,7 @@ #include #include #include +#include #include #include #include @@ -53,7 +54,6 @@ #include #include #include -#include #include #include #include @@ -62,25 +62,23 @@ #include #include #include -#include #include #include #include -#include #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include #include #include -#include +#include #include #include #include -#include +#include #include +#include #include #include -#include #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #endif // PCH_LEVEL >= 4 -- cgit