drop some unnecessary includes

Change-Id: I4a45110e69fc76ff5b12e014586a0684c3737dfe
Reviewed-on: https://gerrit.libreoffice.org/64000
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara
2018-11-25 15:39:35 +00:00
parent 3339c730f8
commit bd1cac5a96
28 changed files with 3 additions and 95 deletions

View File

@@ -20,11 +20,6 @@
#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_SCALE_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_SCALE_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/fmtfield.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <vcl/field.hxx>
#include <vcl/lstbox.hxx>
namespace chart namespace chart
{ {

View File

@@ -42,10 +42,7 @@
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <svl/urihelper.hxx> #include <svl/urihelper.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <comphelper/classids.hxx> #include <comphelper/classids.hxx>
#include <sfx2/filedlghelper.hxx> #include <sfx2/filedlghelper.hxx>

View File

@@ -19,11 +19,6 @@
#ifndef INCLUDED_CUI_SOURCE_INC_CUISRCHDLG_HXX #ifndef INCLUDED_CUI_SOURCE_INC_CUISRCHDLG_HXX
#define INCLUDED_CUI_SOURCE_INC_CUISRCHDLG_HXX #define INCLUDED_CUI_SOURCE_INC_CUISRCHDLG_HXX
#include <vcl/combobox.hxx>
#include <vcl/edit.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#include <sfx2/childwin.hxx> #include <sfx2/childwin.hxx>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>

View File

@@ -20,9 +20,6 @@
#define INCLUDED_CUI_SOURCE_INC_CUITABAREA_HXX #define INCLUDED_CUI_SOURCE_INC_CUITABAREA_HXX
#include <svtools/valueset.hxx> #include <svtools/valueset.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/slider.hxx>
#include <svx/dlgctrl.hxx> #include <svx/dlgctrl.hxx>
#include <svx/xsetit.hxx> #include <svx/xsetit.hxx>
#include <svx/xfillit0.hxx> #include <svx/xfillit0.hxx>

View File

@@ -20,7 +20,6 @@
#define INCLUDED_CUI_SOURCE_INC_DSTRIBUT_HXX #define INCLUDED_CUI_SOURCE_INC_DSTRIBUT_HXX
#include <svx/dlgctrl.hxx> #include <svx/dlgctrl.hxx>
#include <vcl/fixed.hxx>
#include <svx/dstribut_enum.hxx> #include <svx/dstribut_enum.hxx>
class SvxDistributePage : public SfxTabPage class SvxDistributePage : public SfxTabPage

View File

@@ -19,16 +19,12 @@
#ifndef INCLUDED_CUI_SOURCE_INC_LABDLG_HXX #ifndef INCLUDED_CUI_SOURCE_INC_LABDLG_HXX
#define INCLUDED_CUI_SOURCE_INC_LABDLG_HXX #define INCLUDED_CUI_SOURCE_INC_LABDLG_HXX
#include <vcl/field.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
#include <svtools/valueset.hxx> #include <svtools/valueset.hxx>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svx/sxctitm.hxx> #include <svx/sxctitm.hxx>
#include <svx/sxcecitm.hxx> #include <svx/sxcecitm.hxx>
#include <svx/anchorid.hxx> #include <svx/anchorid.hxx>
class SdrView; class SdrView;
// class SvxCaptionTabPage ----------------------------------------------- // class SvxCaptionTabPage -----------------------------------------------

View File

@@ -19,7 +19,6 @@
#ifndef INCLUDED_CUI_SOURCE_INC_MEASURE_HXX #ifndef INCLUDED_CUI_SOURCE_INC_MEASURE_HXX
#define INCLUDED_CUI_SOURCE_INC_MEASURE_HXX #define INCLUDED_CUI_SOURCE_INC_MEASURE_HXX
#include <vcl/fixed.hxx>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <svx/dlgctrl.hxx> #include <svx/dlgctrl.hxx>
#include <svx/measctrl.hxx> #include <svx/measctrl.hxx>

View File

@@ -24,11 +24,6 @@
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svx/Palette.hxx> #include <svx/Palette.hxx>
#include <vcl/fixed.hxx>
#include <vcl/menubtn.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/edit.hxx>
#include <vcl/field.hxx>
#include <editeng/numdef.hxx> #include <editeng/numdef.hxx>
#include <editeng/svxenum.hxx> #include <editeng/svxenum.hxx>
#include <svtools/ctrlbox.hxx> #include <svtools/ctrlbox.hxx>

View File

@@ -22,7 +22,7 @@
#include <memory> #include <memory>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svtools/simptabl.hxx> #include <svtools/simptabl.hxx>
#include <vcl/fixed.hxx> #include <vcl/button.hxx>
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp> #include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
#include <svtools/dialogclosedlistener.hxx> #include <svtools/dialogclosedlistener.hxx>

View File

@@ -20,9 +20,6 @@
#define INCLUDED_CUI_SOURCE_INC_PAGE_HXX #define INCLUDED_CUI_SOURCE_INC_PAGE_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include <svx/pagectrl.hxx> #include <svx/pagectrl.hxx>
#include <svx/pagenumberlistbox.hxx> #include <svx/pagenumberlistbox.hxx>
#include <svx/papersizelistbox.hxx> #include <svx/papersizelistbox.hxx>

View File

@@ -20,12 +20,10 @@
#define INCLUDED_CUI_SOURCE_INC_PARAGRPH_HXX #define INCLUDED_CUI_SOURCE_INC_PARAGRPH_HXX
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svx/relfld.hxx> #include <svx/relfld.hxx>
#include <svx/paraprev.hxx> #include <svx/paraprev.hxx>
#include <svx/frmdirlbox.hxx> #include <svx/frmdirlbox.hxx>
#include <vcl/lstbox.hxx>
#include <svx/flagsdef.hxx> #include <svx/flagsdef.hxx>
class SvxLineSpacingItem; class SvxLineSpacingItem;

View File

@@ -19,10 +19,8 @@
#ifndef INCLUDED_CUI_SOURCE_INC_TEXTANIM_HXX #ifndef INCLUDED_CUI_SOURCE_INC_TEXTANIM_HXX
#define INCLUDED_CUI_SOURCE_INC_TEXTANIM_HXX #define INCLUDED_CUI_SOURCE_INC_TEXTANIM_HXX
#include <vcl/field.hxx>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svx/svdattr.hxx> #include <svx/svdattr.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
class SdrView; class SdrView;

View File

@@ -21,7 +21,6 @@
#include <svx/dlgctrl.hxx> #include <svx/dlgctrl.hxx>
#include <svx/svdobj.hxx> #include <svx/svdobj.hxx>
#include <vcl/fixed.hxx>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
class SdrView; class SdrView;

View File

@@ -22,9 +22,6 @@
#include <svx/dlgctrl.hxx> #include <svx/dlgctrl.hxx>
#include <svx/dialcontrol.hxx> #include <svx/dialcontrol.hxx>
#include <svx/anchorid.hxx> #include <svx/anchorid.hxx>
#include <vcl/fixed.hxx>
#include <basegfx/range/b2drange.hxx> #include <basegfx/range/b2drange.hxx>
// predefines // predefines

View File

@@ -30,7 +30,6 @@
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <sfx2/evntconf.hxx> #include <sfx2/evntconf.hxx>
#include <sfx2/objsh.hxx> #include <sfx2/objsh.hxx>
#include <vcl/fixed.hxx>
#include <headertablistbox.hxx> #include <headertablistbox.hxx>
#include <vcl/svlbitm.hxx> #include <vcl/svlbitm.hxx>
#include <vcl/treelistentry.hxx> #include <vcl/treelistentry.hxx>

View File

@@ -27,13 +27,9 @@
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
namespace pcr namespace pcr
{ {

View File

@@ -19,7 +19,6 @@
#ifndef INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTVCLCONTROL_HXX #ifndef INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTVCLCONTROL_HXX
#define INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTVCLCONTROL_HXX #define INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTVCLCONTROL_HXX
#include <vcl/fixed.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/toolbox.hxx> #include <vcl/toolbox.hxx>
#include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/awt/FontDescriptor.hpp>

View File

@@ -28,6 +28,7 @@
#include <mmconfigitem.hxx> #include <mmconfigitem.hxx>
#include <vcl/scrbar.hxx> #include <vcl/scrbar.hxx>
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include <vcl/fixed.hxx>
#include <vcl/commandevent.hxx> #include <vcl/commandevent.hxx>
#include <svtools/controldims.hxx> #include <svtools/controldims.hxx>
#include <unotools/pathoptions.hxx> #include <unotools/pathoptions.hxx>

View File

@@ -20,10 +20,8 @@
#define INCLUDED_SW_SOURCE_UI_DBUI_CREATEADDRESSLISTDIALOG_HXX #define INCLUDED_SW_SOURCE_UI_DBUI_CREATEADDRESSLISTDIALOG_HXX
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vector> #include <vector>

View File

@@ -21,10 +21,6 @@
#define INCLUDED_SW_SOURCE_UIBASE_INC_BREAK_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_BREAK_HXX
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/field.hxx>
#include <boost/optional.hpp> #include <boost/optional.hpp>
class SwWrtShell; class SwWrtShell;

View File

@@ -20,11 +20,6 @@
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_COLUMN_HXX
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
#include <vcl/image.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/button.hxx>
#include <vcl/timer.hxx> #include <vcl/timer.hxx>
#include <svtools/ctrlbox.hxx> #include <svtools/ctrlbox.hxx>
#include <svtools/valueset.hxx> #include <svtools/valueset.hxx>

View File

@@ -20,11 +20,6 @@
#define INCLUDED_SW_SOURCE_UIBASE_INC_LABIMP_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_LABIMP_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
#include <svtools/svmedit.hxx>
#include <vcl/field.hxx>
#include <vcl/treelistbox.hxx>
#include "label.hxx" #include "label.hxx"
#include "labimg.hxx" #include "labimg.hxx"

View File

@@ -20,14 +20,6 @@
#define INCLUDED_SW_SOURCE_UIBASE_INC_NUM_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_NUM_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/menubtn.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/layout.hxx>
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/edit.hxx>
#include <svx/stddlg.hxx>
#include "numprevw.hxx" #include "numprevw.hxx"
#include <numrule.hxx> #include <numrule.hxx>

View File

@@ -21,19 +21,6 @@
#include <memory> #include <memory>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/menu.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/edit.hxx>
#include <vcl/field.hxx>
#include <swtypes.hxx> #include <swtypes.hxx>
#include "numprevw.hxx" #include "numprevw.hxx"
#include "numberingtypelistbox.hxx" #include "numberingtypelistbox.hxx"

View File

@@ -19,10 +19,7 @@
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_ROWHT_HXX #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_ROWHT_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_ROWHT_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_ROWHT_HXX
#include <svx/stddlg.hxx> #include <vcl/weld.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
class SwWrtShell; class SwWrtShell;

View File

@@ -21,9 +21,6 @@
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
namespace vcl { class Window; } namespace vcl { class Window; }
class SfxItemSet; class SfxItemSet;

View File

@@ -19,11 +19,8 @@
#include <sfx2/objface.hxx> #include <sfx2/objface.hxx>
#include <vcl/timer.hxx> #include <vcl/timer.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/help.hxx> #include <vcl/help.hxx>
#include <vcl/commandevent.hxx> #include <vcl/commandevent.hxx>
#include <vcl/button.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>

View File

@@ -18,9 +18,6 @@
*/ */
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <svl/fstathelper.hxx> #include <svl/fstathelper.hxx>
#include <unotools/pathoptions.hxx> #include <unotools/pathoptions.hxx>