Remove unnecessary includes

This commit is contained in:
August Sodora
2011-11-30 22:03:58 -05:00
parent b291c3a1f2
commit 98fd966d0c
2 changed files with 4 additions and 5 deletions

View File

@@ -26,24 +26,23 @@
* *
************************************************************************/ ************************************************************************/
#include "basidesh.hxx" #include "basidesh.hxx"
#include "basobj.hxx" #include "basobj.hxx"
#include "dlgresid.hrc"
#include "iderdll.hxx" #include "iderdll.hxx"
#include "iderid.hxx" #include "iderid.hxx"
#include "localizationmgr.hxx" #include "localizationmgr.hxx"
#include "managelang.hxx" #include "managelang.hxx"
#include "managelang.hrc" #include "dlgresid.hrc"
#include "helpid.hrc" #include "helpid.hrc"
#include "managelang.hrc"
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/i18n/WordType.hpp>
#include <comphelper/string.hxx> #include <comphelper/string.hxx>
#include <editeng/unolingu.hxx> #include <editeng/unolingu.hxx>
#include <sfx2/bindings.hxx> #include <sfx2/bindings.hxx>
#include <svtools/langtab.hxx> #include <svtools/langtab.hxx>
#include <svx/langbox.hxx>
#include <vcl/unohelp.hxx> #include <vcl/unohelp.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx> #include <vcl/msgbox.hxx>

View File

@@ -29,13 +29,13 @@
#ifndef _BASCTL_MANAGELANG_HXX #ifndef _BASCTL_MANAGELANG_HXX
#define _BASCTL_MANAGELANG_HXX #define _BASCTL_MANAGELANG_HXX
#include <svx/langbox.hxx>
#include <svx/checklbx.hxx> #include <svx/checklbx.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
class LocalizationMgr; class LocalizationMgr;
class SvxLanguageBox;
struct LanguageEntry struct LanguageEntry
{ {