diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-17 15:20:31 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-10-18 11:00:04 +0200 |
commit | 7d7fea7f75524611238ce1b3546b95646cdcf359 (patch) | |
tree | 0b8f8b14ab4c35653923be643701599135b18612 /sot | |
parent | 06cfc566a4734bd8d517920d3dfc210afe068295 (diff) |
make bin/update_pch.s always include code in trivial #if's
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 <l.lunak@collabora.com>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/inc/pch/precompiled_sot.hxx | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/sot/inc/pch/precompiled_sot.hxx b/sot/inc/pch/precompiled_sot.hxx index 18918da3446b..156464dc2166 100644 --- a/sot/inc/pch/precompiled_sot.hxx +++ b/sot/inc/pch/precompiled_sot.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:19:01 using: + Generated on 2019-10-17 16:11:32 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: @@ -27,22 +27,17 @@ #include <memory> #include <new> #include <ostream> +#include <string_view> #include <utility> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 -#include <osl/doublecheckedlocking.h> #include <osl/endian.h> #include <osl/file.hxx> -#include <osl/getglobalmutex.hxx> -#include <osl/interlck.h> #include <osl/mutex.hxx> -#include <osl/thread.h> #include <rtl/alloc.h> -#include <rtl/digest.h> -#include <rtl/instance.hxx> #include <rtl/ref.hxx> -#include <rtl/string.h> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/textenc.h> #include <rtl/ustrbuf.hxx> @@ -51,22 +46,16 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/types.h> +#include <vcl/dllapi.h> #include <vcl/errcode.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 -#include <com/sun/star/uno/Sequence.h> +#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Type.h> -#include <com/sun/star/uno/genfunc.hxx> -#include <cppu/unotype.hxx> #include <o3tl/typed_flags_set.hxx> -#include <tools/lineend.hxx> #include <tools/ref.hxx> -#include <tools/stream.hxx> #include <tools/toolsdllapi.h> -#include <typelib/typedescription.h> -#include <uno/data.h> -#include <uno/sequence2.h> #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 |