From 2bcb38a6b8c855ee464c840f66d87b2985c7f09a Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 6 Mar 2021 18:51:47 +0100 Subject: update pches I just used ./bin/update_pch.sh Change-Id: I06a7f36eb4c511b8d6c6477fd87e57f0d9702457 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112097 Tested-by: Jenkins Reviewed-by: Julien Nabet --- cppuhelper/inc/pch/precompiled_cppuhelper.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx index 74cce7214943..60c7e8800018 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.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 2021-03-02 11:16:17 using: + Generated on 2021-03-06 18:49:20 using: ./bin/update_pch cppuhelper cppuhelper --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include -- cgit