diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-17 12:28:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-17 15:44:17 +0100 |
commit | 85ceb1c70fd3bcd723c92bd3c2658d13eb8b137d (patch) | |
tree | 95dfe2e7f4a00162967e0dd25f56ce7b4812d92e /sw | |
parent | 11345d8b7e3e1c6bbe940c08cc284e257e0811d0 (diff) |
remove some unnecessary button.hxx includes
and update pches
Change-Id: I61ca0be7a838e4eec6c41e0ece58d8a6b0e64c37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88861
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index 10d4bf0eea3b..a6096d05e3e0 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.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-02-16 15:31:35 using: + Generated on 2020-02-17 12:28:23 using: ./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -568,6 +568,7 @@ #include <pam.hxx> #include <pardlg.hxx> #include <poolfmt.hxx> +#include <reffld.hxx> #include <ring.hxx> #include <section.hxx> #include <shellio.hxx> |