From 6e5cdd9d550576095c046f968877956a337330cb Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 12 Jan 2019 22:28:32 +0100 Subject: tdf#42949 Fix IWYU warnings in include/xmloff/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id20e0bc42e39f868a7c5d49d756f2ad5e14a86c0 Reviewed-on: https://gerrit.libreoffice.org/66637 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- linguistic/source/convdic.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linguistic') diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index 6efba5177523..3c574212044e 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -48,6 +48,9 @@ #include #include #include +#include +#include +#include #include "convdic.hxx" -- cgit