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 /sal/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 'sal/inc')
-rw-r--r-- | sal/inc/pch/precompiled_sal.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx index 06a35d546a4b..6dea34cbff41 100644 --- a/sal/inc/pch/precompiled_sal.hxx +++ b/sal/inc/pch/precompiled_sal.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 2016-01-10 12:04:24 using: + Generated on 2017-09-20 22:52:56 using: ./bin/update_pch sal sal --cutoff=2 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,12 +35,14 @@ #include <list> #include <math.h> #include <new> +#include <oslmemory.h> +#include <oslrandom.h> +#include <rtllifecycle.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <osl/diagnose.h> #include <osl/diagnose.hxx> -#include <osl/doublecheckedlocking.h> #include <osl/endian.h> #include <osl/file.h> #include <osl/file.hxx> @@ -53,6 +55,7 @@ #include <osl/process.h> #include <osl/profile.hxx> #include <osl/security.hxx> +#include <osl/signal.h> #include <osl/socket.h> #include <osl/thread.h> #include <osl/thread.hxx> @@ -96,6 +99,6 @@ #include <sal/mathconf.h> #include <sal/saldllapi.h> #include <sal/types.h> -#include <rtllifecycle.h> +#include <salusesyslog.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |