From 7d7fea7f75524611238ce1b3546b95646cdcf359 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 17 Oct 2019 15:20:31 +0200 Subject: make bin/update_pch.s always include code in trivial #if's MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit E.g. #ifdef LIBO_INTERNAL_ONLY is always true for code that builds with our PCHs. Change-Id: I3cf311ea3621b909105754cfea2cb0116b8b67f5 Reviewed-on: https://gerrit.libreoffice.org/80961 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- desktop/inc/pch/precompiled_deployment.hxx | 3 ++- desktop/inc/pch/precompiled_deploymentgui.hxx | 15 ++++++++------- desktop/inc/pch/precompiled_deploymentmisc.hxx | 3 ++- desktop/inc/pch/precompiled_sofficeapp.hxx | 18 +++++++++++++++--- 4 files changed, 27 insertions(+), 12 deletions(-) (limited to 'desktop/inc') diff --git a/desktop/inc/pch/precompiled_deployment.hxx b/desktop/inc/pch/precompiled_deployment.hxx index 77264da13231..f6fbcba0d6de 100644 --- a/desktop/inc/pch/precompiled_deployment.hxx +++ b/desktop/inc/pch/precompiled_deployment.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 2019-04-29 21:18:38 using: + Generated on 2019-10-17 15:14:31 using: ./bin/update_pch desktop deployment --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -87,6 +87,7 @@ #include #include #include +#include #include #include #include diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx index a51390843ed3..e1ad0a551535 100644 --- a/desktop/inc/pch/precompiled_deploymentgui.hxx +++ b/desktop/inc/pch/precompiled_deploymentgui.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 2019-06-14 11:55:42 using: + Generated on 2019-10-17 15:14:32 using: ./bin/update_pch desktop deploymentgui --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,13 +24,17 @@ #include #include #include +#include +#include #include #include #include #include #include #include +#include #include +#include #include #include #include @@ -46,22 +50,20 @@ #include #include #include +#include #include #include #include #include +#include +#include #include #include #include #include -#include #include -#include -#include #include -#include #include -#include #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include @@ -94,7 +96,6 @@ #include #include #include -#include #include #include #include diff --git a/desktop/inc/pch/precompiled_deploymentmisc.hxx b/desktop/inc/pch/precompiled_deploymentmisc.hxx index 8ba218b89963..3cf05ba57055 100644 --- a/desktop/inc/pch/precompiled_deploymentmisc.hxx +++ b/desktop/inc/pch/precompiled_deploymentmisc.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 2019-05-12 16:56:52 using: + Generated on 2019-10-17 16:10:32 using: ./bin/update_pch desktop deploymentmisc --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -34,6 +34,7 @@ #if PCH_LEVEL >= 2 #include #include +#include #include #include #include diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx index e89281c1fd6e..9428ba122b31 100644 --- a/desktop/inc/pch/precompiled_sofficeapp.hxx +++ b/desktop/inc/pch/precompiled_sofficeapp.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 2019-04-29 21:18:39 using: + Generated on 2019-10-17 15:14:35 using: ./bin/update_pch desktop sofficeapp --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -28,26 +28,30 @@ #include #include #include +#include #include #include #include +#include #include #include #include #include #include #include +#include +#include #include #include #include #include +#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include #include #include #include -#include #include #include #include @@ -64,7 +68,6 @@ #include #include #include -#include #include #include #include @@ -73,6 +76,7 @@ #include #include #include +#include #include #include #include @@ -88,6 +92,8 @@ #include #include #include +#include +#include #include #include #include @@ -98,9 +104,11 @@ #include #include #include +#include #include #include #include +#include #include #include #include @@ -110,6 +118,7 @@ #include #include #include +#include #include #include #include @@ -167,6 +176,7 @@ #include #include #include +#include #include #include #include @@ -176,6 +186,7 @@ #include #include #include +#include #include #include #include @@ -184,6 +195,7 @@ #include #include #include +#include #include #include #endif // PCH_LEVEL >= 3 -- cgit