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 --- uui/inc/pch/precompiled_uui.hxx | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'uui') diff --git a/uui/inc/pch/precompiled_uui.hxx b/uui/inc/pch/precompiled_uui.hxx index b4a72850d41a..c8f975bd48bc 100644 --- a/uui/inc/pch/precompiled_uui.hxx +++ b/uui/inc/pch/precompiled_uui.hxx @@ -13,31 +13,34 @@ 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:55:37 using: + Generated on 2019-04-29 21:19:18 using: ./bin/update_pch uui uui --cutoff=4 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./uui/inc/pch/precompiled_uui.hxx "make uui.build" --find-conflicts */ +#if PCH_LEVEL >= 1 #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 @@ -46,20 +49,21 @@ #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 +#include #include #include #include @@ -69,14 +73,15 @@ #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 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit