From cad01ea74c603affcc15a5e32f75967f6dff0f87 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Feb 2020 20:48:58 +0000 Subject: drop unnecessary include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifb7e34d5648238a1cf0a893a6713671fa6881161 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88066 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- reportdesign/inc/pch/precompiled_rptui.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index b6e188bb80b5..4c865cefd4e8 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.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-01-22 15:57:53 using: + Generated on 2020-02-05 20:46:59 using: ./bin/update_pch reportdesign rptui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -110,7 +110,6 @@ #include #include #include -#include #include #include #include @@ -193,6 +192,7 @@ #include #include #include +#include #include #include #include @@ -246,6 +246,7 @@ #include #include #include +#include #include #include #include @@ -479,6 +480,7 @@ #include #include #include +#include #include #include #include -- cgit