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 --- xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx | 13 +++---------- xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx | 3 ++- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx b/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx index b3a01d8a4ec2..bd4228ede2e3 100644 --- a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx +++ b/xmlsecurity/inc/pch/precompiled_xmlsecurity.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-25 20:56:05 using: + Generated on 2020-07-09 17:07:25 using: ./bin/update_pch xmlsecurity xmlsecurity --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include @@ -45,7 +44,6 @@ #include #include #include -#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include @@ -90,18 +88,13 @@ #include #include #include -#include -#include #include -#include #include #include #include #include #include -#include #include -#include #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include @@ -124,8 +117,6 @@ #include #include #include -#include -#include #include #include #include @@ -168,6 +159,7 @@ #include #include #include +#include #include #include #include @@ -185,6 +177,7 @@ #include #include #include +#include #include #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 diff --git a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx index f0d938522f09..f6f7e3b7cd2b 100644 --- a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx +++ b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.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-25 20:56:06 using: + Generated on 2020-07-09 17:07:25 using: ./bin/update_pch xmlsecurity xsec_xmlsec --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -37,6 +37,7 @@ #include #include #include +#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include -- cgit