diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-26 21:47:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-27 10:04:20 +0200 |
commit | 2e3e80fb3b01d6586a38188f2d9f5ebf6710d0db (patch) | |
tree | 16b4fbb1df77de3351f240760dacab80fdc666df /extensions | |
parent | 9e577313f538fc0d0643f3aa171a92cac112d949 (diff) |
drop some unneeded includes
Change-Id: Icf19ae9811f6f4ee315869a7edd50e94dce4e6ae
Reviewed-on: https://gerrit.libreoffice.org/73004
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 54a5ad6052ba..52720123935a 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -50,11 +50,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <svl/urihelper.hxx> -#include <vcl/dialog.hxx> -#include <vcl/button.hxx> -#include <vcl/fixed.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/edit.hxx> #include <tools/debug.hxx> #include "datman.hxx" #include "bibresid.hxx" |