drop some unnecessary includes

Change-Id: I2ea014aab7463d7127df73a6efba0e06270bd756
Reviewed-on: https://gerrit.libreoffice.org/79755
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2019-09-27 16:49:56 +01:00
parent b98c1b0617
commit 43d3f3a2d1
3 changed files with 1 additions and 5 deletions

View File

@ -38,8 +38,6 @@
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/svlbitm.hxx>
#include <vcl/treelistentry.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <com/sun/star/io/Pipe.hpp> #include <com/sun/star/io/Pipe.hpp>

View File

@ -96,8 +96,7 @@
#include <unotools/optionsdlg.hxx> #include <unotools/optionsdlg.hxx>
#include <unotools/viewoptions.hxx> #include <unotools/viewoptions.hxx>
#include <vcl/help.hxx> #include <vcl/help.hxx>
#include <vcl/layout.hxx> #include <vcl/svapp.hxx>
#include <vcl/treelistentry.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -34,7 +34,6 @@
#include <com/sun/star/sdb/SQLContext.hpp> #include <com/sun/star/sdb/SQLContext.hpp>
#include <UITools.hxx> #include <UITools.hxx>
#include <svtools/imgdef.hxx> #include <svtools/imgdef.hxx>
#include <vcl/treelistentry.hxx>
#include <browserids.hxx> #include <browserids.hxx>
#include <connectivity/dbtools.hxx> #include <connectivity/dbtools.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>