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 --- starmath/inc/pch/precompiled_sm.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 1e83acec8ab0..5998ec45322c 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.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:51 using: + Generated on 2020-08-12 11:05:50 using: ./bin/update_pch starmath sm --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -37,7 +37,6 @@ #include #include #include -#include #include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -124,7 +123,6 @@ #include #include #include -#include #include #include #include -- cgit