From 083900f88c112b69e098bbe5820b1d077c18e92c Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 7 Mar 2021 13:46:52 +0300 Subject: Make sal/config.h the first in pch By convention, it should be the first include in C/CXX files; so use of pch should not break that. Change-Id: Ic329c5f39e8f48ad1778724368e262e48972342b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112123 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- xmloff/inc/pch/precompiled_xo.hxx | 4 ++-- xmloff/inc/pch/precompiled_xof.hxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff/inc/pch') diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 1c11d5ddaaee..8737b82ba643 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -13,13 +13,14 @@ 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 2021-02-05 16:12:52 using: + Generated on 2021-03-08 13:22:53 using: ./bin/update_pch xmloff xo --cutoff=7 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./xmloff/inc/pch/precompiled_xo.hxx "make xmloff.build" --find-conflicts */ +#include #if PCH_LEVEL >= 1 #include #include @@ -73,7 +74,6 @@ #include #include #include -#include #include #include #include diff --git a/xmloff/inc/pch/precompiled_xof.hxx b/xmloff/inc/pch/precompiled_xof.hxx index 91d0d9ec6913..b25a8f3dfcaf 100644 --- a/xmloff/inc/pch/precompiled_xof.hxx +++ b/xmloff/inc/pch/precompiled_xof.hxx @@ -13,13 +13,14 @@ 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 2021-02-19 15:35:45 using: + Generated on 2021-03-08 13:22:55 using: ./bin/update_pch xmloff xof --cutoff=1 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./xmloff/inc/pch/precompiled_xof.hxx "make xmloff.build" --find-conflicts */ +#include #if PCH_LEVEL >= 1 #include #include @@ -30,7 +31,6 @@ #include #include #include -#include #include #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 -- cgit