summaryrefslogtreecommitdiff
path: root/vcl/source/control/menubtn.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-15 09:52:44 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-02 09:12:51 +0200
commitd00ee2cb0dce84173c035cf89f332c150dd02d00 (patch)
tree50417e1b542ca8ccf76e5e5ca4399590a140c734 /vcl/source/control/menubtn.cxx
parent599ae1151bf893491db7ad983d64c77521c3ae9d (diff)
tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I386e913f9002eed164c26137a0e184993d010b86 Reviewed-on: https://gerrit.libreoffice.org/74090 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/control/menubtn.cxx')
-rw-r--r--vcl/source/control/menubtn.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/control/menubtn.cxx b/vcl/source/control/menubtn.cxx
index ccf336a46375..dce93cd4c35d 100644
--- a/vcl/source/control/menubtn.cxx
+++ b/vcl/source/control/menubtn.cxx
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <vcl/decoview.hxx>
#include <vcl/dockwin.hxx>
#include <vcl/event.hxx>
#include <vcl/floatwin.hxx>
#include <vcl/menu.hxx>
#include <vcl/timer.hxx>
#include <vcl/menubtn.hxx>
-#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
void MenuButton::ImplInit( vcl::Window* pParent, WinBits nStyle )