diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-25 20:58:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 15:34:06 +0200 |
commit | 9f07fb6d15de5682cc2e09f0261ba59341ceb8ef (patch) | |
tree | c34298b71264c41c6679a08eb3c780b8430e58a5 /sd/inc | |
parent | 61391c43f5808aadfa5fafb25a1bd7c2ae541b70 (diff) |
update pches
Change-Id: I83a61da7dda6c72552eecd377f1c3744c92a797e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92909
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 6 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index b0d7dc42d705..464831543f75 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.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 2020-04-21 11:16:46 using: + Generated on 2020-04-25 20:55:27 using: ./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -48,6 +48,7 @@ #include <osl/diagnose.h> #include <osl/diagnose.hxx> #include <osl/doublecheckedlocking.h> +#include <osl/endian.h> #include <osl/file.hxx> #include <osl/getglobalmutex.hxx> #include <osl/interlck.h> @@ -59,6 +60,7 @@ #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/character.hxx> +#include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> #include <rtl/string.hxx> @@ -216,6 +218,7 @@ #include <com/sun/star/view/XSelectionSupplier.hpp> #include <comphelper/classids.hxx> #include <comphelper/comphelperdllapi.h> +#include <comphelper/extract.hxx> #include <comphelper/lok.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> @@ -448,6 +451,7 @@ #include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> #include <tools/weakbase.h> +#include <tools/wintypes.hxx> #include <typelib/typedescription.h> #include <undo/undomanager.hxx> #include <undo/undoobjects.hxx> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index a25a8cb379a5..a960a0f76310 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.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 2020-04-21 11:16:48 using: + Generated on 2020-04-25 20:55:29 using: ./bin/update_pch sd sdui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,6 +23,7 @@ #if PCH_LEVEL >= 1 #include <algorithm> #include <cassert> +#include <cmath> #include <cstddef> #include <cstdlib> #include <cstring> @@ -70,9 +71,7 @@ #include <rtl/instance.hxx> #include <rtl/locale.h> #include <rtl/math.h> -#include <rtl/math.hxx> #include <rtl/ref.hxx> -#include <rtl/strbuf.h> #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> @@ -89,7 +88,6 @@ #include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/macros.h> -#include <sal/mathconf.h> #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> @@ -110,7 +108,6 @@ #include <vcl/builderpage.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> -#include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> |