From b050b7eeff089ead4dd121967cf323d683f171bc Mon Sep 17 00:00:00 2001 From: Caolán McNamara <caolanm@redhat.com> Date: Thu, 9 Jul 2020 17:10:02 +0100 Subject: update pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I75602277a5a26b012a12f2c4f4b7ff5bb663b0b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98474 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> --- external/skia/inc/pch/precompiled_skia.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'external/skia/inc/pch') diff --git a/external/skia/inc/pch/precompiled_skia.hxx b/external/skia/inc/pch/precompiled_skia.hxx index a28dd583e72a..4ac84df0f835 100644 --- a/external/skia/inc/pch/precompiled_skia.hxx +++ b/external/skia/inc/pch/precompiled_skia.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-06-30 17:38:10 using: + Generated on 2020-07-09 17:06:26 using: ./bin/update_pch external/skia skia --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -70,7 +70,7 @@ #include <rtl/alloc.h> #include <sal/log.hxx> #endif // PCH_LEVEL >= 2 -// PCH_LEVEL >= 3 +#if PCH_LEVEL >= 3 #include <include/c/sk_canvas.h> #include <include/c/sk_colorspace.h> #include <include/c/sk_data.h> @@ -953,8 +953,9 @@ #include <tools/gpu/vk/VkTestUtils.h> #include <tools/sk_app/VulkanWindowContext.h> #include <vulkan/vulkan_core.h> +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 #include <skia_compiler.hxx> -// PCH_LEVEL >= 4 -// PCH_LEVEL >= 5 +#endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit