Kaydet (Commit) 526a6008 authored tarafından Takeshi Abe's avatar Takeshi Abe

Drop duplicate #include

Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5
üst 5de02a42
...@@ -51,7 +51,6 @@ ...@@ -51,7 +51,6 @@
#include "svtools/svtools.hrc" #include "svtools/svtools.hrc"
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx>
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
#include <memory> #include <memory>
#include <queue> #include <queue>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <basic/basrdll.hxx> #include <basic/basrdll.hxx>
#include <basic/sbmod.hxx> #include <basic/sbmod.hxx>
#include <basic/sbmeth.hxx> #include <basic/sbmeth.hxx>
#include <basic/basrdll.hxx>
#include <basic/sbuno.hxx> #include <basic/sbuno.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#include <sbunoobj.hxx> #include <sbunoobj.hxx>
#include <limits.h> #include <limits.h>
#include <limits.h>
using com::sun::star::uno::Reference; using com::sun::star::uno::Reference;
using namespace com::sun::star; using namespace com::sun::star;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
......
...@@ -52,20 +52,17 @@ ...@@ -52,20 +52,17 @@
#include "nsIInterfaceRequestor.h" #include "nsIInterfaceRequestor.h"
#include "nsIInterfaceRequestorUtils.h" #include "nsIInterfaceRequestorUtils.h"
#include "nsIDirectoryService.h" #include "nsIDirectoryService.h"
#include "nsIFactory.h"
#include "nsIIOService.h" #include "nsIIOService.h"
#include "nsNetUtil.h" #include "nsNetUtil.h"
#include "nsFileStream.h" #include "nsFileStream.h"
#include "nsIStreamListener.h" #include "nsIStreamListener.h"
#include "nsIServiceManager.h" #include "nsIServiceManager.h"
#include "nsCOMPtr.h"
#include "nsIModule.h" #include "nsIModule.h"
#include "nsIGenericFactory.h" #include "nsIGenericFactory.h"
#include "nsICategoryManager.h" #include "nsICategoryManager.h"
#include "nsXPCOM.h" #include "nsXPCOM.h"
#include "nsISupportsPrimitives.h" #include "nsISupportsPrimitives.h"
#include "nsIDirectoryService.h"
#include "nsDirectoryServiceDefs.h" #include "nsDirectoryServiceDefs.h"
#include "nsAppDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h"
#include "nsIChromeRegistry.h" #include "nsIChromeRegistry.h"
......
...@@ -39,12 +39,10 @@ ...@@ -39,12 +39,10 @@
#include "nsIEnumerator.h" #include "nsIEnumerator.h"
#include "prprf.h" #include "prprf.h"
#include "nsCOMPtr.h"
#include "nsIComponentManager.h" #include "nsIComponentManager.h"
#include "nsEscape.h" #include "nsEscape.h"
#include "nsDirectoryServiceDefs.h" #include "nsDirectoryServiceDefs.h"
#include "nsAppDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h"
#include "nsILocalFile.h"
#include "nsReadableUtils.h" #include "nsReadableUtils.h"
......
...@@ -41,9 +41,6 @@ ...@@ -41,9 +41,6 @@
#include "showcols.hxx" #include "showcols.hxx"
#include "zoom.hxx" #include "zoom.hxx"
#include "cuigaldlg.hxx" #include "cuigaldlg.hxx"
#include "cuiimapwnd.hxx"
#include "hlmarkwn.hxx"
#include "srchxtra.hxx"
#include "transfrm.hxx" #include "transfrm.hxx"
#include "bbdlg.hxx" #include "bbdlg.hxx"
#include "cuisrchdlg.hxx" #include "cuisrchdlg.hxx"
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <officecfg/Office/BasicIDE.hxx> #include <officecfg/Office/BasicIDE.hxx>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <cuires.hrc> #include <cuires.hrc>
#include <svtools/miscopt.hxx>
SvxBasicIDEOptionsPage::SvxBasicIDEOptionsPage( Window* pParent, const SfxItemSet& rSet ) SvxBasicIDEOptionsPage::SvxBasicIDEOptionsPage( Window* pParent, const SfxItemSet& rSet )
: SfxTabPage(pParent, "OptBasicIDEPage", "cui/ui/optbasicidepage.ui", rSet) : SfxTabPage(pParent, "OptBasicIDEPage", "cui/ui/optbasicidepage.ui", rSet)
......
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
#include <tools/rtti.hxx> #include <tools/rtti.hxx>
#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XInputStream.hpp>
#include <sal/config.h>
namespace com { namespace sun { namespace star { namespace uno namespace com { namespace sun { namespace star { namespace uno
{ {
class Any; class Any;
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <list> #include <list>
#include <set> #include <set>
#include <toolkit/dllapi.h>
// ---------------------------------------------------- // ----------------------------------------------------
// class UnoPropertyArrayHelper // class UnoPropertyArrayHelper
......
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