diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-18 13:21:58 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-18 13:24:11 +0900 |
commit | d548b250dbd74247d7c5c7b220a38e93cb19053d (patch) | |
tree | da3f63b7a4b25f56a86f99ef20baf9870c8dfb74 /desktop/source/deployment | |
parent | 894884400138a811a043602aa9db32c42487212d (diff) |
Drop unnecessary #include
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
Diffstat (limited to 'desktop/source/deployment')
7 files changed, 0 insertions, 9 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; |