From a73f24f47aea2dfa57459424f48b11b2b835e334 Mon Sep 17 00:00:00 2001 From: Julien Nabet <serval2412@yahoo.fr> Date: Sat, 13 Mar 2021 10:20:19 +0100 Subject: update pches Change-Id: Id6dfae9fb97fbe3fc89b9f2e083d7a3d5c1d36d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112411 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> --- sfx2/inc/pch/precompiled_sfx.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index b2442ce8920b..e76b487165a4 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.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-08 13:18:28 using: + Generated on 2021-03-13 10:18:34 using: ./bin/update_pch sfx2 sfx --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -96,7 +96,6 @@ #include <vcl/builder.hxx> #include <vcl/commandevent.hxx> #include <vcl/commandinfoprovider.hxx> -#include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> #include <vcl/dibtools.hxx> #include <vcl/dllapi.h> @@ -139,6 +138,7 @@ #include <basic/sberrors.hxx> #include <basic/sbstar.hxx> #include <basic/sbxdef.hxx> +#include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindowPeer.hpp> #include <com/sun/star/beans/NamedValue.hpp> -- cgit