From 9ad76a23eb25daddeec5f2586a10487c8a7bdc36 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 25 Feb 2021 10:53:34 +0000 Subject: allow use of FloatWinPopupFlags without including complete floatwin.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ica412938ead6f213668b3aa876bff81d8f512f1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111526 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- accessibility/inc/pch/precompiled_acc.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'accessibility') diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index ce849da0fb6e..75a1b90727ef 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.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-02-19 15:34:31 using: + Generated on 2021-02-25 10:08:05 using: ./bin/update_pch accessibility acc --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -101,7 +101,6 @@ #include #include #include -#include #include #include #include -- cgit