diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-09 17:10:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 12:20:05 +0200 |
commit | b050b7eeff089ead4dd121967cf323d683f171bc (patch) | |
tree | 8cc83bf6e63957bc3d0f38a2531361e7bbce75ee /lotuswordpro | |
parent | ec9b4bf1b671fa1b14ca51f0275480ab17da3d20 (diff) |
update pches
Change-Id: I75602277a5a26b012a12f2c4f4b7ff5bb663b0b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98474
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/inc/pch/precompiled_lwpft.hxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lotuswordpro/inc/pch/precompiled_lwpft.hxx b/lotuswordpro/inc/pch/precompiled_lwpft.hxx index 2135f0b3dc53..0e141f5758ae 100644 --- a/lotuswordpro/inc/pch/precompiled_lwpft.hxx +++ b/lotuswordpro/inc/pch/precompiled_lwpft.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 2020-02-01 10:57:44 using: + Generated on 2020-07-09 17:06:27 using: ./bin/update_pch lotuswordpro lwpft --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,6 +45,7 @@ #include <osl/endian.h> #include <osl/file.h> #include <osl/file.hxx> +#include <osl/mutex.hxx> #include <osl/process.h> #include <osl/thread.h> #include <osl/thread.hxx> @@ -53,7 +54,6 @@ #include <rtl/string.hxx> #include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> -#include <rtl/tencinfo.h> #include <rtl/textenc.h> #include <rtl/unload.h> #include <rtl/ustrbuf.hxx> @@ -62,25 +62,23 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/macros.h> -#include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> #include <vcl/dllapi.h> -#include <vcl/svapp.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/cppuhelperdllapi.h> #include <o3tl/numeric.hxx> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> -#include <sfx2/dllapi.h> +#include <o3tl/typed_flags_set.hxx> #include <tools/color.hxx> +#include <tools/gen.hxx> #include <tools/solar.h> #include <tools/stream.hxx> -#include <xmloff/attrlist.hxx> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #endif // PCH_LEVEL >= 4 |