diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-05-12 17:00:00 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-05-12 23:46:14 +0200 |
commit | e2fcb27d287faaee73495c4f9f05b0a09c13f008 (patch) | |
tree | 60e72dc8c60572d4a0837572a3cafe1be168f909 /sal | |
parent | 1a673e30efcd6032018f7d4a62f13dc4bec4a67c (diff) |
regenerate PCH headers
Change-Id: I4894023e42cbfa32916ee3ddfb2cfb5426cfc69f
Reviewed-on: https://gerrit.libreoffice.org/72195
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/pch/precompiled_sal.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx index 743cfa7dfea0..d1c951458848 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 2019-03-11 18:28:02 using: + Generated on 2019-05-12 16:57:00 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: @@ -43,6 +43,10 @@ #include <vector> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 +#endif // PCH_LEVEL >= 2 +#if PCH_LEVEL >= 3 +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 #include <osl/diagnose.h> #include <osl/diagnose.hxx> #include <osl/endian.h> @@ -105,10 +109,6 @@ #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: */ |