diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-01 10:34:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-03 17:28:41 +0100 |
commit | 131d5cdbb9526477864ea3bd839deab0e544b821 (patch) | |
tree | f0408a86e38d7203fb57042f3a1d9214e84c278f /dbaccess/source/ui/dlg/ConnectionHelper.cxx | |
parent | 2940d1905b921d9909b08b1e32014d3c44474ef0 (diff) |
tdf#42949 Fix IWYU warnings in dbaccess/source/ui/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I1f4396eea206e2a8852a96e793be1f179ae837b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89773
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionHelper.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionHelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx index f5a41a5d701f..a491f0736a6c 100644 --- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx +++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx @@ -55,6 +55,7 @@ #include <unotools/localfilehelper.hxx> #include <unotools/ucbhelper.hxx> #include <ucbhelper/commandenvironment.hxx> +#include <ucbhelper/content.hxx> #include "finteraction.hxx" #include <connectivity/CommonTools.hxx> #include <tools/urlobj.hxx> |