From 832a120473ff352cd4e3f2c0486c8718806cb2aa Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 13 Feb 2020 17:36:53 +0000 Subject: don't need to include split.hxx or scrbar.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I775e77a0f303d66ca571e1851205b8286c840bc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88631 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svx/inc/pch/precompiled_svx.hxx | 5 ++++- svx/inc/pch/precompiled_svxcore.hxx | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 01e7c0c20563..2fbeb6430aac 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.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-13 15:12:26 using: + Generated on 2020-02-13 17:41:02 using: ./bin/update_pch svx svx --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -72,6 +72,7 @@ #include #include #include +#include #include #include #include @@ -89,10 +90,12 @@ #include #include #include +#include #include #include #include #include +#include #include #include #include diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 8efd27097cac..5262f52a3f04 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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-13 17:01:33 using: + Generated on 2020-02-13 17:41:00 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -141,7 +141,6 @@ #include #include #include -#include #include #include #include -- cgit