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 --- hwpfilter/inc/pch/precompiled_hwp.hxx | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) (limited to 'hwpfilter') diff --git a/hwpfilter/inc/pch/precompiled_hwp.hxx b/hwpfilter/inc/pch/precompiled_hwp.hxx index 33bafda5dba4..f8f3efa4b5b6 100644 --- a/hwpfilter/inc/pch/precompiled_hwp.hxx +++ b/hwpfilter/inc/pch/precompiled_hwp.hxx @@ -13,60 +13,52 @@ 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:52:43 using: + Generated on 2019-04-29 21:18:41 using: ./bin/update_pch hwpfilter hwp --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./hwpfilter/inc/pch/precompiled_hwp.hxx "make hwpfilter.build" --find-conflicts */ +#if PCH_LEVEL >= 1 #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 -#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 -#include +#include #include +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 +#endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit