From c6350b36860f3a3681722640b09f221489803e02 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 14 Mar 2019 13:17:30 +0100 Subject: regenerate PCH headers for the 4 new levels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plus some build fixes triggered by this. Change-Id: I59b21def706598ceffd45ae5b1f0262ec9c1ad50 Reviewed-on: https://gerrit.libreoffice.org/71581 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- sot/inc/pch/precompiled_sot.hxx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'sot') diff --git a/sot/inc/pch/precompiled_sot.hxx b/sot/inc/pch/precompiled_sot.hxx index 39c624a7c032..18918da3446b 100644 --- a/sot/inc/pch/precompiled_sot.hxx +++ b/sot/inc/pch/precompiled_sot.hxx @@ -13,35 +13,31 @@ 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 2017-09-20 22:54:01 using: + Generated on 2019-04-29 21:19:01 using: ./bin/update_pch sot sot --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./sot/inc/pch/precompiled_sot.hxx "make sot.build" --find-conflicts */ +#if PCH_LEVEL >= 1 #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 #include -#include #include #include #include @@ -53,13 +49,11 @@ #include #include #include -#include #include -#include #include #include -#include -#include +#endif // PCH_LEVEL >= 2 +#if PCH_LEVEL >= 3 #include #include #include @@ -74,8 +68,11 @@ #include #include #include +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 #include #include #include +#endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3