diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 09:46:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 14:19:54 +0000 |
commit | 908b4d33af9361ace4f50f4609e19604bb57e64f (patch) | |
tree | c34e3fc4dbb96699590f54ad01dfbbee4ff75fb2 /comphelper/source/container | |
parent | 16891f9898accc2cfe6814db7d9ed82eaac4d108 (diff) |
remove archaic SGI header guards
Diffstat (limited to 'comphelper/source/container')
-rw-r--r-- | comphelper/source/container/IndexedPropertyValuesContainer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/container/IndexedPropertyValuesContainer.cxx b/comphelper/source/container/IndexedPropertyValuesContainer.cxx index d5a7129911b0..78a453e96466 100644 --- a/comphelper/source/container/IndexedPropertyValuesContainer.cxx +++ b/comphelper/source/container/IndexedPropertyValuesContainer.cxx @@ -39,9 +39,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> -#ifndef __SGI_STL_VECTOR #include <vector> -#endif using namespace com::sun::star; |