diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-15 21:44:22 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-17 12:30:05 +0200 |
commit | f3b34508682c829abd697c66917b8e46e9e8266c (patch) | |
tree | e5e4be8b4b86a39ef9e7738c2084d5df90d90527 /include/tools/urlobj.hxx | |
parent | c0baf66fcf5175af12df227a090ae5d2b4bdb680 (diff) |
tdf#42949 Fix IWYU warnings in include/tools/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9dc920e9388f9e2aa4dcae1f0b3f7562d08f7f70
Reviewed-on: https://gerrit.libreoffice.org/61809
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 94e22af5a159..84556aa4a609 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -20,8 +20,6 @@ #define INCLUDED_TOOLS_URLOBJ_HXX #include <tools/toolsdllapi.h> -#include <com/sun/star/uno/Reference.hxx> -#include <rtl/string.h> #include <rtl/ustrbuf.hxx> #include <rtl/textenc.h> #include <sal/types.h> @@ -36,6 +34,8 @@ namespace com { namespace sun { namespace star { namespace util { class XStringWidth; } } } } +namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } } + // Common URL prefixes for various schemes: #define INET_FTP_SCHEME "ftp://" #define INET_HTTP_SCHEME "http://" |