diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-07 16:47:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-19 09:11:07 +0200 |
commit | 8634bbde836c15db7e8e88372a1d5329e08a1406 (patch) | |
tree | f739fc54a04ad5feafbea0000dca410e6d0906d7 /include/dbaccess/IController.hxx | |
parent | ab0df471915c5d54e8a3e8556de12afdfa541b3c (diff) |
tdf#42949 Fix IWYU warnings in include/dbaccess
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie537e44054c0d1735f42e74385cc1bd8c8000c16
Reviewed-on: https://gerrit.libreoffice.org/75180
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r-- | include/dbaccess/IController.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx index 5890489da5e7..754667afd4c0 100644 --- a/include/dbaccess/IController.hxx +++ b/include/dbaccess/IController.hxx @@ -21,7 +21,6 @@ #define INCLUDED_DBACCESS_ICONTROLLER_HXX #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <dbaccess/dbaccessdllapi.h> #include <rtl/ustring.hxx> |