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 --- unotools/inc/pch/precompiled_utl.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'unotools/inc') diff --git a/unotools/inc/pch/precompiled_utl.hxx b/unotools/inc/pch/precompiled_utl.hxx index e54f7c9826f4..9d68b52e29f0 100644 --- a/unotools/inc/pch/precompiled_utl.hxx +++ b/unotools/inc/pch/precompiled_utl.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-10-17 15:17:31 using: + Generated on 2020-07-09 17:07:21 using: ./bin/update_pch unotools utl --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -30,9 +30,6 @@ #include #include #include -#include -#include -#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include @@ -48,7 +45,6 @@ #include #include #include -#include #include #include #include @@ -102,7 +98,6 @@ #include #include #include -#include #include #include #include @@ -112,6 +107,7 @@ #include #include #include +#include #include #include #include -- cgit