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 /svtools/source | |
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 'svtools/source')
-rw-r--r-- | svtools/source/brwbox/ebbcontrols.cxx | 2 | ||||
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx index 157a6dc05590..822c6413e241 100644 --- a/svtools/source/brwbox/ebbcontrols.cxx +++ b/svtools/source/brwbox/ebbcontrols.cxx @@ -17,11 +17,11 @@ */ #include <svtools/editbrowsebox.hxx> +#include <vcl/button.hxx> #include <vcl/fmtfield.hxx> #include <vcl/xtextedt.hxx> #include <vcl/textview.hxx> - namespace svt { diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index ff76e1798531..ddf90b0305b4 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -23,6 +23,7 @@ #include <tools/debug.hxx> #include <vcl/window.hxx> +#include <vcl/button.hxx> #include <vcl/edit.hxx> #include <vcl/settings.hxx> |