diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-06 17:08:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-18 09:14:48 +0200 |
commit | bb16f6597d3b252837d32d4d9f7c56619c0e70df (patch) | |
tree | 263d16cd26c59aab9d1a3bf96b8cd29b6092ab40 /toolkit/source/awt/vclxwindows_internal.hxx | |
parent | 98519e6e4da252c717e2018d4800a00115101bc3 (diff) |
tdf#42949 Fix IWYU warnings in toolkit/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib49e2f29daa6d9b2a8195915c4ba10a8cef965ce
Reviewed-on: https://gerrit.libreoffice.org/78722
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'toolkit/source/awt/vclxwindows_internal.hxx')
-rw-r--r-- | toolkit/source/awt/vclxwindows_internal.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxwindows_internal.hxx b/toolkit/source/awt/vclxwindows_internal.hxx index 91b6fae9e228..9f4243e07ae9 100644 --- a/toolkit/source/awt/vclxwindows_internal.hxx +++ b/toolkit/source/awt/vclxwindows_internal.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_TOOLKIT_SOURCE_AWT_VCLXWINDOWS_INTERNAL_HXX #define INCLUDED_TOOLKIT_SOURCE_AWT_VCLXWINDOWS_INTERNAL_HXX +#include <vcl/window.hxx> + namespace toolkit { void setButtonLikeFaceColor( vcl::Window* _pWindow, const css::uno::Any& _rColorValue ); |