From bd60ca2f354de4080d6ea6ffe65738f7a0e551d6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 3 Dec 2019 09:26:26 +0000 Subject: remove some unnecessary includes and update pches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ieee11f2ea3c5c18a84316a8b7c39a261afd720ed Reviewed-on: https://gerrit.libreoffice.org/84308 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basctl/inc/pch/precompiled_basctl.hxx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'basctl/inc') diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index f6db030492d1..daedc7b9e12f 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.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:13:51 using: + Generated on 2019-12-03 09:17:43 using: ./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -49,11 +49,11 @@ #include #include #include +#include #include #include #include -#include -#include +#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include @@ -104,7 +104,6 @@ #include #include #include -#include #include #include #include @@ -158,6 +157,7 @@ #include #include #include +#include #include #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 @@ -244,6 +244,7 @@ #include #include #include +#include #include #include #include @@ -300,6 +301,7 @@ #include #include #include +#include #include #include #include @@ -423,7 +425,9 @@ #include #include #include +#include #include +#include #include #include #include -- cgit