diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-03-14 13:17:30 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-05-09 11:02:03 +0200 |
commit | c6350b36860f3a3681722640b09f221489803e02 (patch) | |
tree | c0d4c458b8d6dc62757fd63daf5a28595aab462d /sal/inc | |
parent | a3e92f9bcf72ebe94da181c0b1dd873ebbc2c9cc (diff) |
regenerate PCH headers for the 4 new levels
Plus some build fixes triggered by this.
Change-Id: I59b21def706598ceffd45ae5b1f0262ec9c1ad50
Reviewed-on: https://gerrit.libreoffice.org/71581
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/pch/precompiled_sal.hxx | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx index 6dea34cbff41..743cfa7dfea0 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 2017-09-20 22:52:56 using: + Generated on 2019-03-11 18:28:02 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: @@ -26,21 +26,23 @@ #endif #endif +#if PCH_LEVEL >= 1 #include <algorithm> +#include <assert.h> #include <cassert> #include <cstddef> #include <cstdlib> #include <cstring> -#include <float.h> -#include <list> +#include <limits> #include <math.h> -#include <new> -#include <oslmemory.h> -#include <oslrandom.h> -#include <rtllifecycle.h> +#include <memory> #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unordered_map> +#include <vector> +#endif // PCH_LEVEL >= 1 +#if PCH_LEVEL >= 2 #include <osl/diagnose.h> #include <osl/diagnose.hxx> #include <osl/endian.h> @@ -60,6 +62,8 @@ #include <osl/thread.h> #include <osl/thread.hxx> #include <osl/time.h> +#include <oslmemory.h> +#include <oslrandom.h> #include <rtl/alloc.h> #include <rtl/bootstrap.h> #include <rtl/bootstrap.hxx> @@ -91,6 +95,7 @@ #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> +#include <rtllifecycle.h> #include <sal/alloca.h> #include <sal/config.h> #include <sal/detail/log.h> @@ -100,5 +105,10 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <salusesyslog.hxx> +#endif // PCH_LEVEL >= 2 +#if PCH_LEVEL >= 3 +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 +#endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |