diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-12 02:20:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-20 10:33:01 +0200 |
commit | 62605b16b0fd6a4a9429b8b185242f91eae67581 (patch) | |
tree | 72dde847e0603d4e954eff3de35a936c896b209a /stoc/source/uriproc/UriReference.hxx | |
parent | de91b7772d18b3584b48f47e21adc142c6289cf0 (diff) |
tdf#42949 Fix IWYU warnings in stoc/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I3c1b091d30449243faec3f875e6f0ac6d8b34259
Reviewed-on: https://gerrit.libreoffice.org/72214
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'stoc/source/uriproc/UriReference.hxx')
-rw-r--r-- | stoc/source/uriproc/UriReference.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/source/uriproc/UriReference.hxx b/stoc/source/uriproc/UriReference.hxx index 2c671133bfab..fe2f9bb38d19 100644 --- a/stoc/source/uriproc/UriReference.hxx +++ b/stoc/source/uriproc/UriReference.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_STOC_SOURCE_URIPROC_URIREFERENCE_HXX #define INCLUDED_STOC_SOURCE_URIPROC_URIREFERENCE_HXX -#include <com/sun/star/uno/RuntimeException.hpp> #include <osl/mutex.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> |