From cec7ae9f3c69ecc83462f28fc4987e37dc1b420e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 31 Dec 2018 20:22:02 +0100 Subject: tdf#42949 Fix IWYU warnings in include/toolkit/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Icebcf1a6ab073dce935a74ce79ee0f302b62e8a8 Reviewed-on: https://gerrit.libreoffice.org/65947 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- toolkit/source/awt/vclxwindow.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolkit/source/awt/vclxwindow.cxx') diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index 6f8212149db8..b0348e02e2f0 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -18,6 +18,7 @@ */ +#include #include #include #include @@ -60,6 +61,7 @@ #include #include #include +#include #include #include "stylesettings.hxx" #include -- cgit