sw/inc/pch/precompiled_sw.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 8641911d407166deea43efbd13da752fc0946c7f Author: Caolán McNamara <[email protected]> AuthorDate: Sat Oct 5 20:14:17 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Oct 7 17:58:00 2019 +0200 update sw pch Change-Id: Ica2fb688d3fcf6f9f74399215e3092bf4a2ac9c8 Reviewed-on: https://gerrit.libreoffice.org/80337 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index d370a419866c..c7126c860eef 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.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 2019-09-25 10:57:48 using: + Generated on 2019-10-05 20:14:03 using: ./bin/update_pch sw sw --cutoff=7 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -66,7 +66,6 @@ #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> #include <rtl/string.h> -#include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> #include <rtl/textcvt.h> #include <rtl/textenc.h> @@ -89,7 +88,6 @@ #include <vcl/button.hxx> #include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> -#include <vcl/dialog.hxx> #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> #include <vcl/edit.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
