diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-09-20 23:04:09 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-09-22 21:01:49 +0200 |
commit | cf48347e7a56c38c000e657965f25f4c7e7b4803 (patch) | |
tree | 27a733722bad94d642c40092e8a96fad4ac26eda /package | |
parent | eef4c133e9649ebd690918bd7b83c2d5dc0dfcff (diff) |
Fresh run of bin/update_pch.sh
Change-Id: I69d4157aaf6570cecd51ea59df20556914942e06
Reviewed-on: https://gerrit.libreoffice.org/42565
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/inc/pch/precompiled_package2.hxx | 14 | ||||
-rw-r--r-- | package/inc/pch/precompiled_xstor.hxx | 16 |
2 files changed, 24 insertions, 6 deletions
diff --git a/package/inc/pch/precompiled_package2.hxx b/package/inc/pch/precompiled_package2.hxx index 95d7613ac4e7..6330a6611edb 100644 --- a/package/inc/pch/precompiled_package2.hxx +++ b/package/inc/pch/precompiled_package2.hxx @@ -13,11 +13,11 @@ 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 2015-11-14 14:16:36 using: + Generated on 2017-09-20 22:52:47 using: ./bin/update_pch package package2 --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./package/inc/pch/precompiled_package2.hxx "/opt/lo/bin/make package.build" --find-conflicts + ./bin/update_pch_bisect ./package/inc/pch/precompiled_package2.hxx "make package.build" --find-conflicts */ #include <algorithm> @@ -30,11 +30,11 @@ #include <exception> #include <functional> #include <iomanip> +#include <memory> #include <new> #include <ostream> #include <sstream> #include <stddef.h> -#include <stdlib.h> #include <string.h> #include <string> #include <type_traits> @@ -44,9 +44,12 @@ #include <boost/optional/optional.hpp> #include <osl/diagnose.h> #include <osl/diagnose.hxx> +#include <osl/doublecheckedlocking.h> +#include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/mutex.h> #include <osl/mutex.hxx> +#include <osl/thread.hxx> #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/cipher.h> @@ -72,6 +75,8 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> +#include <salhelper/salhelperdllapi.h> +#include <salhelper/simplereferenceobject.hxx> #include <CRC32.hxx> #include <EncryptedDataHeader.hxx> #include <EncryptionData.hxx> @@ -98,6 +103,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/packages/zip/ZipConstants.hpp> +#include <com/sun/star/packages/zip/ZipIOException.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.h> @@ -118,6 +124,7 @@ #include <com/sun/star/xml/crypto/DigestID.hpp> #include <comphelper/comphelperdllapi.h> #include <comphelper/processfactory.hxx> +#include <comphelper/sequence.hxx> #include <comphelper/storagehelper.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> @@ -133,6 +140,7 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/weakagg.hxx> #include <cppuhelper/weakref.hxx> +#include <o3tl/make_unique.hxx> #include <typelib/typeclass.h> #include <typelib/typedescription.h> #include <typelib/uik.h> diff --git a/package/inc/pch/precompiled_xstor.hxx b/package/inc/pch/precompiled_xstor.hxx index 6976db7f1b77..f4b9cba3d6f2 100644 --- a/package/inc/pch/precompiled_xstor.hxx +++ b/package/inc/pch/precompiled_xstor.hxx @@ -13,28 +13,31 @@ 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 2015-11-14 14:16:40 using: + Generated on 2017-09-20 22:52:48 using: ./bin/update_pch package xstor --cutoff=2 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./package/inc/pch/precompiled_xstor.hxx "/opt/lo/bin/make package.build" --find-conflicts + ./bin/update_pch_bisect ./package/inc/pch/precompiled_xstor.hxx "make package.build" --find-conflicts */ +#include <algorithm> #include <cassert> #include <config_typesizes.h> #include <cstddef> #include <cstdlib> #include <cstring> #include <iomanip> +#include <memory> #include <new> #include <ostream> #include <sstream> #include <stddef.h> -#include <stdlib.h> #include <string.h> #include <string> #include <osl/diagnose.h> #include <osl/interlck.h> +#include <osl/mutex.h> +#include <osl/mutex.hxx> #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/digest.h> @@ -54,9 +57,14 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> +#include <salhelper/salhelperdllapi.h> +#include <salhelper/simplereferenceobject.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/StorageFormats.hpp> +#include <com/sun/star/embed/StorageWrappedTargetException.hpp> +#include <com/sun/star/io/IOException.hpp> +#include <com/sun/star/io/NotConnectedException.hpp> #include <com/sun/star/io/TempFile.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> @@ -64,6 +72,7 @@ #include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <com/sun/star/uno/Any.h> @@ -77,6 +86,7 @@ #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/genfunc.h> #include <com/sun/star/uno/genfunc.hxx> +#include <comphelper/comphelperdllapi.h> #include <comphelper/ofopxmlhelper.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> |