From f9b8c2d57b10de6344ff5555c0b09947484a586b Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 19 Mar 2019 01:54:54 +0100 Subject: tdf#42949 Fix IWYU warnings in io/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I16dfde335816053e5821d5e975b27b6e4819b1a8 Reviewed-on: https://gerrit.libreoffice.org/71135 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- io/qa/textinputstream.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'io/qa') diff --git a/io/qa/textinputstream.cxx b/io/qa/textinputstream.cxx index 6e67f5e986ed..dfeb478f975c 100644 --- a/io/qa/textinputstream.cxx +++ b/io/qa/textinputstream.cxx @@ -12,17 +12,13 @@ #include #include #include -#include -#include -#include #include #include #include #include #include #include -#include #include #include #include -- cgit