Kaydet (Commit) 13da1c79 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unneeded includes

Change-Id: Ie0f52bb1d6866075d0b664bfc3ddc47c02e4f81b
Reviewed-on: https://gerrit.libreoffice.org/73169
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst d6e4c97c
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
#include <svl/visitem.hxx> #include <svl/visitem.hxx>
#include <svl/whiter.hxx> #include <svl/whiter.hxx>
#include <vcl/xtextedt.hxx> #include <vcl/xtextedt.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/textview.hxx> #include <vcl/textview.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
......
...@@ -25,11 +25,13 @@ ...@@ -25,11 +25,13 @@
#include <time.h> #include <time.h>
#include <typeinfo> #include <typeinfo>
#include <vcl/button.hxx>
#include <vcl/commandinfoprovider.hxx> #include <vcl/commandinfoprovider.hxx>
#include <vcl/edit.hxx> #include <vcl/edit.hxx>
#include <vcl/event.hxx> #include <vcl/event.hxx>
#include <vcl/help.hxx> #include <vcl/help.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/decoview.hxx> #include <vcl/decoview.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <vcl/button.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <dialmgr.hxx> #include <dialmgr.hxx>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#ifndef INCLUDED_CUI_SOURCE_INC_OPTLINGU_HXX #ifndef INCLUDED_CUI_SOURCE_INC_OPTLINGU_HXX
#define INCLUDED_CUI_SOURCE_INC_OPTLINGU_HXX #define INCLUDED_CUI_SOURCE_INC_OPTLINGU_HXX
#include <vcl/button.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/toolbox.hxx> #include <vcl/toolbox.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "optaboutconfig.hxx" #include "optaboutconfig.hxx"
#include "optHeaderTabListbox.hxx" #include "optHeaderTabListbox.hxx"
#include <vcl/button.hxx>
#include <vcl/event.hxx> #include <vcl/event.hxx>
#include <vcl/svlbitm.hxx> #include <vcl/svlbitm.hxx>
#include <vcl/treelistentry.hxx> #include <vcl/treelistentry.hxx>
......
...@@ -20,8 +20,10 @@ ...@@ -20,8 +20,10 @@
#define INCLUDED_CUI_SOURCE_OPTIONS_OPTACCESSIBILITY_HXX #define INCLUDED_CUI_SOURCE_OPTIONS_OPTACCESSIBILITY_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
class SvxAccessibilityOptionsTabPage : public SfxTabPage class SvxAccessibilityOptionsTabPage : public SfxTabPage
{ {
VclPtr<CheckBox> m_pAccessibilityTool; VclPtr<CheckBox> m_pAccessibilityTool;
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <opencl/openclconfig.hxx> #include <opencl/openclconfig.hxx>
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <svtools/simptabl.hxx> #include <svtools/simptabl.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
class SvxOpenCLTabPage : public SfxTabPage class SvxOpenCLTabPage : public SfxTabPage
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#define INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HXX #define INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HXX
#include <memory> #include <memory>
#include <vcl/button.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#define INCLUDED_CUI_SOURCE_OPTIONS_OPTUPDT_HXX #define INCLUDED_CUI_SOURCE_OPTIONS_OPTUPDT_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/container/XNameReplace.hpp>
#include <com/sun/star/configuration/XReadWriteAccess.hpp> #include <com/sun/star/configuration/XReadWriteAccess.hpp>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <vcl/button.hxx>
#include <vcl/event.hxx> #include <vcl/event.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
......
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
#include <sfx2/dllapi.h> #include <sfx2/dllapi.h>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <sal/types.h> #include <sal/types.h>
#include <vcl/button.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/tabdlg.hxx>
#include <vcl/tabpage.hxx> #include <vcl/tabpage.hxx>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <svl/itemset.hxx> #include <svl/itemset.hxx>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#define INCLUDED_SC_SOURCE_UI_INC_TPCALC_HXX #define INCLUDED_SC_SOURCE_UI_INC_TPCALC_HXX
#include <sfx2/tabdlg.hxx> #include <sfx2/tabdlg.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include "editfield.hxx" #include "editfield.hxx"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <vcl/commandevent.hxx> #include <vcl/commandevent.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/tabctrl.hxx>
#include <tabcont.hxx> #include <tabcont.hxx>
#include <tabvwsh.hxx> #include <tabvwsh.hxx>
#include <docsh.hxx> #include <docsh.hxx>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <vcl/toolbox.hxx>
#include <strings.hrc> #include <strings.hrc>
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <svl/cjkoptions.hxx> #include <svl/cjkoptions.hxx>
#include <svl/eitem.hxx> #include <svl/eitem.hxx>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <vcl/button.hxx>
#include <svx/dialogs.hrc> #include <svx/dialogs.hrc>
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
......
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <vcl/image.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/waitobj.hxx> #include <vcl/waitobj.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <sfx2/viewfrm.hxx> #include <sfx2/viewfrm.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/button.hxx>
#include <vcl/oldprintadaptor.hxx> #include <vcl/oldprintadaptor.hxx>
#include <sfx2/printer.hxx> #include <sfx2/printer.hxx>
#include <sfx2/prnmon.hxx> #include <sfx2/prnmon.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment