From 98fd966d0c2c46b51b84da26cdb4bc5ac81e0372 Mon Sep 17 00:00:00 2001 From: August Sodora Date: Wed, 30 Nov 2011 22:03:58 -0500 Subject: [PATCH] Remove unnecessary includes --- basctl/source/dlged/managelang.cxx | 7 +++---- basctl/source/inc/managelang.hxx | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx index feeabbdd155d..d41ed42fcda3 100644 --- a/basctl/source/dlged/managelang.cxx +++ b/basctl/source/dlged/managelang.cxx @@ -26,24 +26,23 @@ * ************************************************************************/ - #include "basidesh.hxx" #include "basobj.hxx" -#include "dlgresid.hrc" #include "iderdll.hxx" #include "iderid.hxx" #include "localizationmgr.hxx" #include "managelang.hxx" -#include "managelang.hrc" +#include "dlgresid.hrc" #include "helpid.hrc" +#include "managelang.hrc" -#include #include #include #include #include #include +#include #include #include #include diff --git a/basctl/source/inc/managelang.hxx b/basctl/source/inc/managelang.hxx index 6d81efd0590f..f9f9dba62617 100644 --- a/basctl/source/inc/managelang.hxx +++ b/basctl/source/inc/managelang.hxx @@ -29,13 +29,13 @@ #ifndef _BASCTL_MANAGELANG_HXX #define _BASCTL_MANAGELANG_HXX -#include #include #include #include #include class LocalizationMgr; +class SvxLanguageBox; struct LanguageEntry {