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/ConnectionPage.hxx | |
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/ConnectionPage.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPage.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx index 11509f3bfb1d..3b514f86677e 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.hxx +++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx @@ -21,9 +21,6 @@ #define INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONPAGE_HXX #include "ConnectionHelper.hxx" -#include "adminpages.hxx" -#include <ucbhelper/content.hxx> -#include <curledit.hxx> namespace dbaui { |