From 3381e35ec2b567f0b85cce6192df11d0be9cdbe2 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 21 Jan 2020 00:07:16 +0100 Subject: tdf#42949 Fix IWYU warnings in desktop/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If72377cb352be71050a5b0a471bbe3b02d9c0f74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87117 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- desktop/source/app/langselect.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/source/app/langselect.cxx') diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx index 0b321f9285f4..17b7913c09e3 100644 --- a/desktop/source/app/langselect.cxx +++ b/desktop/source/app/langselect.cxx @@ -34,8 +34,6 @@ #include #include #include -#include -#include #include #include #include -- cgit