diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:55:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:56:11 +0100 |
commit | b0926378ac46f50b16fa6a6c2e3b42937fc34976 (patch) | |
tree | 3ce118f331fe4cf232239452ef3e13a9e5f5a786 /include/comphelper | |
parent | 1d85c8df2fb9cb25fc524485339ae9f11e8da676 (diff) |
Clean up includes of comphelper/stl_types.hxx
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/IdPropArrayHelper.hxx | 1 | ||||
-rw-r--r-- | include/comphelper/proparrhlp.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/IdPropArrayHelper.hxx b/include/comphelper/IdPropArrayHelper.hxx index fb16be95d66b..525d40778f33 100644 --- a/include/comphelper/IdPropArrayHelper.hxx +++ b/include/comphelper/IdPropArrayHelper.hxx @@ -27,7 +27,6 @@ #include <osl/mutex.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <osl/diagnose.h> -#include <comphelper/stl_types.hxx> #include <rtl/instance.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/include/comphelper/proparrhlp.hxx b/include/comphelper/proparrhlp.hxx index d3085a30591c..b957683c89a6 100644 --- a/include/comphelper/proparrhlp.hxx +++ b/include/comphelper/proparrhlp.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_COMPHELPER_PROPARRHLP_HXX #define INCLUDED_COMPHELPER_PROPARRHLP_HXX -#include <comphelper/stl_types.hxx> #include <comphelper/propagg.hxx> #include <cppuhelper/propshlp.hxx> #include <osl/mutex.hxx> |