summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-02-18 13:21:58 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-02-18 13:24:11 +0900
commitd548b250dbd74247d7c5c7b220a38e93cb19053d (patch)
treeda3f63b7a4b25f56a86f99ef20baf9870c8dfb74
parent894884400138a811a043602aa9db32c42487212d (diff)
Drop unnecessary #include
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
-rw-r--r--desktop/source/deployment/gui/dp_gui.h3
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.cxx1
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.hxx1
-rw-r--r--desktop/source/deployment/inc/dp_resource.h1
-rw-r--r--desktop/source/deployment/registry/dp_registry.cxx1
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h1
-rw-r--r--desktop/source/deployment/registry/sfwk/dp_sfwk.cxx1
-rw-r--r--editeng/source/misc/unolingu.cxx4
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx1
-rw-r--r--forms/source/inc/FormComponent.hxx2
-rw-r--r--forms/source/richtext/richtextimplcontrol.cxx2
-rw-r--r--forms/source/richtext/richtextvclcontrol.cxx1
-rw-r--r--forms/source/solar/control/navtoolbar.cxx1
-rw-r--r--forms/source/xforms/binding.hxx1
-rw-r--r--forms/source/xforms/convert.cxx1
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.hxx3
-rw-r--r--fpicker/source/aqua/SalAquaFolderPicker.hxx4
-rw-r--r--framework/inc/uielement/generictoolbarcontroller.hxx1
-rw-r--r--include/avmedia/mediawindow.hxx1
-rw-r--r--include/formula/token.hxx2
-rw-r--r--l10ntools/inc/helpmerge.hxx1
-rw-r--r--linguistic/source/dlistimp.hxx1
-rw-r--r--lotuswordpro/source/filter/lwpsvstream.cxx1
23 files changed, 0 insertions, 36 deletions
diff --git a/desktop/source/deployment/gui/dp_gui.h b/desktop/source/deployment/gui/dp_gui.h
index 4a09cc36a265..f8762050d864 100644
--- a/desktop/source/deployment/gui/dp_gui.h
+++ b/desktop/source/deployment/gui/dp_gui.h
@@ -36,9 +36,6 @@
#include "svtools/headbar.hxx"
#include "com/sun/star/ucb/XContentEventListener.hpp"
#include "osl/mutex.hxx"
-#include <list>
-#include <memory>
-#include <queue>
namespace com { namespace sun { namespace star {
namespace container {
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
index 435666006860..3bae5ce8558a 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
@@ -23,7 +23,6 @@
#include <cstddef>
#include <limits>
#include <map>
-#include <memory>
#include <utility>
#include <vector>
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
index b5dfa20eb777..b19e575986cf 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
@@ -22,7 +22,6 @@
#include "sal/config.h"
-#include <memory>
#include <vector>
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/Sequence.hxx"
diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h
index 8602df2e4b13..f1390ad52825 100644
--- a/desktop/source/deployment/inc/dp_resource.h
+++ b/desktop/source/deployment/inc/dp_resource.h
@@ -23,7 +23,6 @@
#include "tools/resid.hxx"
#include <i18nlangtag/languagetag.hxx>
#include "dp_misc.h"
-#include <memory>
#include "dp_misc_api.hxx"
namespace dp_misc {
diff --git a/desktop/source/deployment/registry/dp_registry.cxx b/desktop/source/deployment/registry/dp_registry.cxx
index 7fae937d5f66..cc1584865967 100644
--- a/desktop/source/deployment/registry/dp_registry.cxx
+++ b/desktop/source/deployment/registry/dp_registry.cxx
@@ -42,7 +42,6 @@
#include <boost/unordered_map.hpp>
#include <set>
#include <boost/unordered_set.hpp>
-#include <memory>
using namespace ::dp_misc;
using namespace ::com::sun::star;
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index f0e29fb0a420..2c8a41771cff 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -33,7 +33,6 @@
#include "com/sun/star/deployment/XPackageRegistry.hpp"
#include "com/sun/star/deployment/XPackageManager.hpp"
#include "com/sun/star/deployment/InvalidRemovedParameterException.hpp"
-#include <memory>
#include <boost/unordered_map.hpp>
#include <list>
#include "dp_registry.hrc"
diff --git a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
index 318980191d77..7486909aefdf 100644
--- a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
+++ b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
@@ -29,7 +29,6 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/script/provider/theMasterScriptProviderFactory.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
-#include <memory>
using namespace ::dp_misc;
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx
index cd7e3783e05a..cb38e7ab0a25 100644
--- a/editeng/source/misc/unolingu.cxx
+++ b/editeng/source/misc/unolingu.cxx
@@ -18,10 +18,6 @@
*/
-#include <map>
-#include <vector>
-#include <list>
-#include <memory>
#include <editeng/unolingu.hxx>
#include <unotools/pathoptions.hxx>
#include <com/sun/star/frame/Desktop.hpp>
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 0ef0293004c8..787de5642c26 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -46,7 +46,6 @@
#include <vcl/svapp.hxx>
//==================================================================
-#include <memory>
#include <limits>
#include <boost/bind.hpp>
#include <boost/scoped_ptr.hpp>
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index dfb830505aff..55294fa2a7bb 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -73,8 +73,6 @@
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
-#include <memory>
-
//.........................................................................
namespace frm
{
diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx
index 6a51f5ef98c7..a5dbc96c83a3 100644
--- a/forms/source/richtext/richtextimplcontrol.cxx
+++ b/forms/source/richtext/richtextimplcontrol.cxx
@@ -34,8 +34,6 @@
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
-#include <memory>
-
#define EMPTY_PAPER_SIZE 0x7FFFFFFF
//........................................................................
diff --git a/forms/source/richtext/richtextvclcontrol.cxx b/forms/source/richtext/richtextvclcontrol.cxx
index 67a4f7c43746..4b205d211716 100644
--- a/forms/source/richtext/richtextvclcontrol.cxx
+++ b/forms/source/richtext/richtextvclcontrol.cxx
@@ -37,7 +37,6 @@
#include <editeng/fhgtitem.hxx>
#include <editeng/editids.hrc>
#include <svx/svxids.hrc>
-#include <memory>
//........................................................................
namespace frm
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx
index 6578ef269105..10685aee247f 100644
--- a/forms/source/solar/control/navtoolbar.cxx
+++ b/forms/source/solar/control/navtoolbar.cxx
@@ -31,7 +31,6 @@
#include <sfx2/imgmgr.hxx>
#include <vcl/fixed.hxx>
-#include <memory>
#include <sal/macros.h>
#define LID_RECORD_LABEL 1000
diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx
index 1e31fa0ea09f..7b2d0559a419 100644
--- a/forms/source/xforms/binding.hxx
+++ b/forms/source/xforms/binding.hxx
@@ -58,7 +58,6 @@ namespace com { namespace sun { namespace star {
#include "mip.hxx"
#include <rtl/ustring.hxx>
#include <vector>
-#include <memory>
diff --git a/forms/source/xforms/convert.cxx b/forms/source/xforms/convert.cxx
index f81749cde5c0..103b802485d2 100644
--- a/forms/source/xforms/convert.cxx
+++ b/forms/source/xforms/convert.cxx
@@ -21,7 +21,6 @@
#include "convert.hxx"
#include "unohelper.hxx"
-#include <memory>
#include <algorithm>
#include <functional>
#include <o3tl/compat_functional.hxx>
diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx
index 50c5aa8512e2..d0bda1f3258a 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.hxx
+++ b/fpicker/source/aqua/SalAquaFilePicker.hxx
@@ -29,9 +29,6 @@
#include "SalAquaPicker.hxx"
-#include <memory>
-#include <list>
-
#include <rtl/ustring.hxx>
#include "FilterHelper.hxx"
#include "AquaFilePickerDelegate.hxx"
diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx
index 9a3ce4f7d221..1849fee82563 100644
--- a/fpicker/source/aqua/SalAquaFolderPicker.hxx
+++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx
@@ -29,12 +29,8 @@
#include "SalAquaPicker.hxx"
-#include <memory>
-
#include <rtl/ustring.hxx>
-#include <list>
-
//----------------------------------------------------------
// class declaration
//----------------------------------------------------------
diff --git a/framework/inc/uielement/generictoolbarcontroller.hxx b/framework/inc/uielement/generictoolbarcontroller.hxx
index 8a385bda9789..f81e9ef7002d 100644
--- a/framework/inc/uielement/generictoolbarcontroller.hxx
+++ b/framework/inc/uielement/generictoolbarcontroller.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_FRAMEWORK_INC_UIELEMENT_GENERICTOOLBARCONTROLLER_HXX
#include <svtools/toolboxcontroller.hxx>
-#include <memory>
#include <tools/link.hxx>
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx
index b2bca33302fe..93575955a27f 100644
--- a/include/avmedia/mediawindow.hxx
+++ b/include/avmedia/mediawindow.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_AVMEDIA_MEDIAWINDOW_HXX
#define INCLUDED_AVMEDIA_MEDIAWINDOW_HXX
-#include <memory>
#include <vector>
#include <boost/scoped_ptr.hpp>
#include <tools/gen.hxx>
diff --git a/include/formula/token.hxx b/include/formula/token.hxx
index b72897d8ad31..3bf006f9e06c 100644
--- a/include/formula/token.hxx
+++ b/include/formula/token.hxx
@@ -20,9 +20,7 @@
#ifndef INCLUDED_FORMULA_TOKEN_HXX
#define INCLUDED_FORMULA_TOKEN_HXX
-#include <memory>
#include <string.h>
-#include <vector>
#include <formula/opcode.hxx>
#include <tools/mempool.hxx>
#include <formula/IFunctionDescription.hxx>
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx
index 42b2401e45f2..604817fddf19 100644
--- a/l10ntools/inc/helpmerge.hxx
+++ b/l10ntools/inc/helpmerge.hxx
@@ -21,7 +21,6 @@
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx>
-#include <memory> /* auto_ptr */
/// This Class is responsible for extracting/merging OpenOffice XML Helpfiles
class HelpParser
diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx
index ddfafe60188d..4f48bca7bd5b 100644
--- a/linguistic/source/dlistimp.hxx
+++ b/linguistic/source/dlistimp.hxx
@@ -29,7 +29,6 @@
#include <cppuhelper/interfacecontainer.h>
#include <vector>
-#include <memory>
#include "linguistic/misc.hxx"
#include "lngopt.hxx"
diff --git a/lotuswordpro/source/filter/lwpsvstream.cxx b/lotuswordpro/source/filter/lwpsvstream.cxx
index a1bdc9927809..3cd2c44703a4 100644
--- a/lotuswordpro/source/filter/lwpsvstream.cxx
+++ b/lotuswordpro/source/filter/lwpsvstream.cxx
@@ -54,7 +54,6 @@
*
************************************************************************/
#include "lwpsvstream.hxx"
-#include <memory>
const sal_uInt32 LwpSvStream::LWP_STREAM_BASE = 0x0010;