diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-13 21:39:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 10:00:09 +0100 |
commit | 1b0397a519bf6923c2dae7919d73c0662d2da2af (patch) | |
tree | 998bb9612695c7a021273003a76adc9e4b8e3c05 /sd | |
parent | 1e57442fc9f275828943d316ac4b64f1d29b3f9b (diff) |
use forward decls to reduce including unnecessary headers
Change-Id: Iaa25ac1ac99e0dcf09bce21f4bad8cb9b5568a1e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88633
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 8f64e17b59a1..672fbcd5f8d4 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.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-05 20:47:11 using: + Generated on 2020-02-13 21:37:42 using: ./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -73,17 +73,14 @@ #include <vcl/EnumContext.hxx> #include <vcl/bitmapex.hxx> #include <vcl/builderfactory.hxx> -#include <vcl/button.hxx> #include <vcl/commandevent.hxx> #include <vcl/commandinfoprovider.hxx> #include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> #include <vcl/dllapi.h> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/errinf.hxx> #include <vcl/event.hxx> -#include <vcl/fixed.hxx> #include <vcl/fntstyle.hxx> #include <vcl/font.hxx> #include <vcl/graph.hxx> |