diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-29 14:16:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-31 10:31:28 +0200 |
commit | 13da1c7913ca76ca5b33f0666ab7cc4a219815e1 (patch) | |
tree | 7ebe9b5fd1018b3e7b35b6ed23a8fff62fd6801d /svx | |
parent | d6e4c97c8e8ab96ca099dd4f8a3fe35204dea8c1 (diff) |
drop unneeded includes
Change-Id: Ie0f52bb1d6866075d0b664bfc3ddc47c02e4f81b
Reviewed-on: https://gerrit.libreoffice.org/73169
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 18c38e3c4882..6ee16148076a 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -96,6 +96,7 @@ #include <toolkit/helper/vclunohelper.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> +#include <vcl/image.hxx> #include <vcl/weld.hxx> #include <vcl/waitobj.hxx> #include <vcl/settings.hxx> |