From 877f40ac3f2add2b6dc37bae280d4d98dd102286 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 9 Nov 2020 08:00:35 +0100 Subject: tdf#42949 Fix new IWYU warnings in directories [h-r]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- linguistic/source/convdic.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'linguistic/source/convdic.cxx') diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index b60df05ad572..4803dd3ad74d 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -51,7 +51,6 @@ #include "convdic.hxx" #include "convdicxml.hxx" #include -#include "defs.hxx" using namespace std; using namespace utl; -- cgit