From 85ceb1c70fd3bcd723c92bd3c2658d13eb8b137d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 17 Feb 2020 12:28:37 +0000 Subject: remove some unnecessary button.hxx includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and update pches Change-Id: I61ca0be7a838e4eec6c41e0ece58d8a6b0e64c37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88861 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svtools/inc/pch/precompiled_svt.hxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'svtools') diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index ac1920ba1b9b..9c26692d3ba7 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.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-02-14 09:32:48 using: + Generated on 2020-02-17 12:25:57 using: ./bin/update_pch svtools svt --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -93,7 +93,6 @@ #include #include #include -#include #include #include #include @@ -126,12 +125,11 @@ #include #include #include -#include #include #include -#include #include #include +#include #include #include #include @@ -141,8 +139,6 @@ #include #include #include -#include -#include #include #include #include @@ -316,7 +312,6 @@ #include #include #include -#include #include #include #include @@ -343,7 +338,6 @@ #include #include #include -#include #include #include #include -- cgit