From 70a008181aef33272346e7ae45f8838354346ead Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Aug 2020 11:03:48 +0100 Subject: SvTreeListBox can move into toolkit headers now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6b3b6ef1530a192f4b6bf87aa9688687063683ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100591 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- chart2/inc/pch/precompiled_chartcontroller.hxx | 5 +---- chart2/inc/pch/precompiled_chartcore.hxx | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'chart2/inc/pch') diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 3881a45197fc..547e897a2b8a 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.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-07-09 17:06:15 using: + Generated on 2020-08-12 11:04:21 using: ./bin/update_pch chart2 chartcontroller --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -252,7 +252,6 @@ #include #include #include -#include #include #include #include @@ -288,7 +287,6 @@ #include #include #include -#include #include #include #include @@ -389,7 +387,6 @@ #include #include #include -#include #include #include #include diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 3e88be05c216..194a3678e2e7 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.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-07-09 17:06:16 using: + Generated on 2020-08-12 11:04:23 using: ./bin/update_pch chart2 chartcore --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -127,6 +127,7 @@ #include #include #include +#include #include #include #include -- cgit