diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 14:35:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 20:30:33 +0100 |
commit | b3185eb977042347106b92a5062ea695ef4b82ef (patch) | |
tree | 4c8ed3114fcdd2a143f3ca6d18b2e89df4f51b8b /svx/source/form | |
parent | 62ad8f6f42a5f8c0150770b3490988bac62178e9 (diff) |
remove some unneeded includes
Change-Id: I6d9cde8f8dad5be52e79946b4d0ec12989bb9ee3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86696
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/databaselocationinput.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx index 6d49c7dd2eff..4688d1cab7af 100644 --- a/svx/source/form/databaselocationinput.cxx +++ b/svx/source/form/databaselocationinput.cxx @@ -35,7 +35,6 @@ #include <tools/diagnose_ex.h> #include <unotools/confignode.hxx> #include <unotools/ucbhelper.hxx> -#include <vcl/button.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> |