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 /sot/inc | |
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 'sot/inc')
-rw-r--r-- | sot/inc/pch/precompiled_sot.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sot/inc/pch/precompiled_sot.hxx b/sot/inc/pch/precompiled_sot.hxx index 6d693ba3901c..39c624a7c032 100644 --- a/sot/inc/pch/precompiled_sot.hxx +++ b/sot/inc/pch/precompiled_sot.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:37 using: + Generated on 2017-09-20 22:54:01 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: - ./bin/update_pch_bisect ./sot/inc/pch/precompiled_sot.hxx "/opt/lo/bin/make sot.build" --find-conflicts + ./bin/update_pch_bisect ./sot/inc/pch/precompiled_sot.hxx "make sot.build" --find-conflicts */ #include <cassert> @@ -28,12 +28,14 @@ #include <new> #include <ostream> #include <sstream> +#include <stdlib.h> #include <string.h> #include <string> -#include <vector> -#include <osl/diagnose.h> +#include <utility> +#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/process.h> @@ -41,13 +43,12 @@ #include <rtl/alloc.h> #include <rtl/character.hxx> #include <rtl/digest.h> +#include <rtl/instance.hxx> #include <rtl/ref.hxx> -#include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> #include <rtl/stringutils.hxx> #include <rtl/textenc.h> -#include <rtl/unload.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> @@ -56,15 +57,15 @@ #include <sal/log.hxx> #include <sal/saldllapi.h> #include <sal/types.h> -#include <com/sun/star/io/XInputStream.hpp> +#include <vcl/errcode.hxx> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.h> #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/debug.hxx> -#include <vcl/errinf.hxx> #include <tools/lineend.hxx> #include <tools/ref.hxx> #include <tools/stream.hxx> @@ -74,7 +75,6 @@ #include <uno/sequence2.h> #include <unotools/unotoolsdllapi.h> #include <sot/exchange.hxx> -#include <sot/sotdllapi.h> #include <sot/stg.hxx> #include <sot/storinfo.hxx> |