diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-06 20:59:05 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-14 13:36:03 +0100 |
commit | 7bad59533d506d58fb350f883c4deb67d7c011c5 (patch) | |
tree | c9d7c5dba59c0565123c0ec7500fe350e928fdcb /cppuhelper/qa/unourl | |
parent | e1752970006e31d9557511a088c4cc19a6824a39 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'cppuhelper/qa/unourl')
-rw-r--r-- | cppuhelper/qa/unourl/cppu_unourl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 <cppuhelper/unourl.hxx> #include <rtl/malformeduriexception.hxx> -#include <rtl/strbuf.hxx> -#include <rtl/string.h> -#include <rtl/textenc.h> #include <rtl/ustring.hxx> #include <sal/types.h> |