From b050b7eeff089ead4dd121967cf323d683f171bc Mon Sep 17 00:00:00 2001 From: Caolán McNamara 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 --- svgio/inc/pch/precompiled_svgio.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'svgio') diff --git a/svgio/inc/pch/precompiled_svgio.hxx b/svgio/inc/pch/precompiled_svgio.hxx index 67bbe7b6019a..6f694e38b9ee 100644 --- a/svgio/inc/pch/precompiled_svgio.hxx +++ b/svgio/inc/pch/precompiled_svgio.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-25 20:55:30 using: + Generated on 2020-07-09 17:06:51 using: ./bin/update_pch svgio svgio --cutoff=8 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,7 +24,6 @@ #include #include #include -#include #include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -32,14 +31,11 @@ #include #include #include -#include #include #include #include #include -#include #include -#include #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include -- cgit