diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-27 16:27:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-27 20:14:43 +0200 |
commit | 98b47440d2f95504f6bca82d2081343bdc183cde (patch) | |
tree | 6f70cfee05c4ba2c168dc2c1fbab0dc579349749 /external | |
parent | 45649f44caf009941aadd6e37b3215e714a718da (diff) |
remove some unused includes and update pches
Change-Id: I786548bef39fa711aabcff32b592b3fdc4a6f9fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101486
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/skia/inc/pch/precompiled_skia.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/external/skia/inc/pch/precompiled_skia.hxx b/external/skia/inc/pch/precompiled_skia.hxx index 67460c3f8013..7ed0d78c28be 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-08-25 10:25:07 using: + Generated on 2020-08-27 16:26:03 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: @@ -72,7 +72,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> @@ -968,9 +968,10 @@ #include <tools/sk_app/VulkanWindowContext.h> #include <tools/sk_app/WindowContext.h> #include <vulkan/vulkan_core.h> +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 #include <skia_compiler.hxx> #include <skia_opts.hxx> -// PCH_LEVEL >= 4 -// PCH_LEVEL >= 5 +#endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |