diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-05-12 17:00:00 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-05-12 23:46:14 +0200 |
commit | e2fcb27d287faaee73495c4f9f05b0a09c13f008 (patch) | |
tree | 60e72dc8c60572d4a0837572a3cafe1be168f909 /tools | |
parent | 1a673e30efcd6032018f7d4a62f13dc4bec4a67c (diff) |
regenerate PCH headers
Change-Id: I4894023e42cbfa32916ee3ddfb2cfb5426cfc69f
Reviewed-on: https://gerrit.libreoffice.org/72195
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/pch/precompiled_tl.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/inc/pch/precompiled_tl.hxx b/tools/inc/pch/precompiled_tl.hxx index fdfc47e07bab..1c1d2cd139f5 100644 --- a/tools/inc/pch/precompiled_tl.hxx +++ b/tools/inc/pch/precompiled_tl.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:18 using: + Generated on 2019-05-12 16:57:56 using: ./bin/update_pch tools tl --cutoff=5 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,6 +24,7 @@ #include <algorithm> #include <cassert> #include <cstddef> +#include <cstring> #include <limits> #include <memory> #include <new> @@ -39,7 +40,6 @@ #include <osl/diagnose.h> #include <osl/endian.h> #include <osl/file.hxx> -#include <osl/interlck.h> #include <osl/process.h> #include <osl/thread.h> #include <rtl/bootstrap.hxx> @@ -51,9 +51,8 @@ #include <rtl/string.hxx> #include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> -#include <rtl/textcvt.h> #include <rtl/textenc.h> -#include <rtl/uri.hxx> +#include <rtl/ustrbuf.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> @@ -67,7 +66,6 @@ #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> #include <basegfx/vector/b2enums.hxx> -#include <com/sun/star/uno/Any.hxx> #include <o3tl/cow_wrapper.hxx> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 |