diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-15 22:04:54 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-21 11:02:04 +0100 |
commit | 40710c488de3e4eef585c5a5276c9a0943d36f2e (patch) | |
tree | 7dbc2172f00316ec1670b3d9f5123510321bc723 /svx | |
parent | 836cbf3680afd9198abf3a64be698f8fe256dd5a (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iabe571aa8f00492902c499094bea8365a3e17fca
Reviewed-on: https://gerrit.libreoffice.org/63623
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 1 | ||||
-rw-r--r-- | svx/source/sdr/contact/sdrmediawindow.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 2403b92245e1..0827efb3df9b 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -46,6 +46,7 @@ #include <vcl/builder.hxx> #include <vcl/menu.hxx> #include <vcl/settings.hxx> +#include <vcl/commandevent.hxx> #include <svx/strings.hrc> diff --git a/svx/source/sdr/contact/sdrmediawindow.cxx b/svx/source/sdr/contact/sdrmediawindow.cxx index fde2d73dd67e..891b0c084123 100644 --- a/svx/source/sdr/contact/sdrmediawindow.cxx +++ b/svx/source/sdr/contact/sdrmediawindow.cxx @@ -23,6 +23,7 @@ #include <sdr/contact/viewobjectcontactofsdrmediaobj.hxx> #include <vcl/window.hxx> +#include <vcl/commandevent.hxx> namespace sdr { namespace contact { |