diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 19:34:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-03 09:53:51 +0200 |
commit | 758851a68a665094b089c350ed6b30ad3ae3e7b7 (patch) | |
tree | dcb1dc15ac6d06b1460c793397055fd90aae5e44 /dbaccess | |
parent | 3bf512ec01b9b3bcb6226ebd6ffa748cdb230e85 (diff) |
drop unnecessary include
Change-Id: I2b93cda4110b15184cef657e4b63fec9b9aa166f
Reviewed-on: https://gerrit.libreoffice.org/80081
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/SqlNameEdit.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/SqlNameEdit.hxx b/dbaccess/source/ui/inc/SqlNameEdit.hxx index f9f0dc23530c..7a6e43c15b32 100644 --- a/dbaccess/source/ui/inc/SqlNameEdit.hxx +++ b/dbaccess/source/ui/inc/SqlNameEdit.hxx @@ -20,7 +20,6 @@ #define INCLUDED_DBACCESS_SOURCE_UI_INC_SQLNAMEEDIT_HXX #include <vcl/edit.hxx> -#include <vcl/combobox.hxx> #include <vcl/weld.hxx> namespace dbaui |