From 7bad59533d506d58fb350f883c4deb67d7c011c5 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 6 Feb 2019 20:59:05 +0100 Subject: tdf#42949 Fix IWYU warnings in cppuhelper/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0eebd82b96d630da0597166cf87d398072607c13 Reviewed-on: https://gerrit.libreoffice.org/67473 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- cppuhelper/qa/unourl/cppu_unourl.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'cppuhelper/qa/unourl') diff --git a/cppuhelper/qa/unourl/cppu_unourl.cxx b/cppuhelper/qa/unourl/cppu_unourl.cxx index 0be49fc427cd..1a9ba70f7231 100644 --- a/cppuhelper/qa/unourl/cppu_unourl.cxx +++ b/cppuhelper/qa/unourl/cppu_unourl.cxx @@ -23,9 +23,6 @@ #include #include -#include -#include -#include #include #include -- cgit