From c7f633d80f9ef5db60ad7218adf08a5914438e80 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 22 Jun 2019 14:45:44 +0200 Subject: tdf#42949 Fix IWYU warnings in include/svx/x* New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I5b91a82d25601041b73444f602d033ef62484ba8 Reviewed-on: https://gerrit.libreoffice.org/74563 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- cui/source/inc/cuitabline.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/source/inc/cuitabline.hxx') diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index e36febde5dd7..34156ada68f3 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -24,6 +24,7 @@ #include #include #include +#include enum class PageType; class ColorListBox; -- cgit