diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-17 11:25:48 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-17 11:26:31 +0900 |
commit | d39178ff6cb707219665a73da2324ea51a1c802d (patch) | |
tree | da67acfcf845f22229a05ebdc7d1b131e9997c4c /cppuhelper | |
parent | 84acb10f5484489612ccc84215edfcfdef87ea13 (diff) |
Drop unused #include
Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/component_context.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index 9045c4ff2ed1..b6ebb3da079f 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -26,7 +26,6 @@ #include <stdio.h> #endif -#include <vector> #include <boost/unordered_map.hpp> #ifdef CONTEXT_DIAG #include <map> @@ -55,8 +54,6 @@ #include "com/sun/star/uno/DeploymentException.hpp" #include "com/sun/star/uno/RuntimeException.hpp" -#include <memory> - #define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager" #define TDMGR_SINGLETON "/singletons/com.sun.star.reflection.theTypeDescriptionManager" #define AC_SINGLETON "/singletons/com.sun.star.security.theAccessController" |