diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 11:44:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 14:17:31 +0000 |
commit | c2d6e044758f330ffa07da7401c3c140c5e44894 (patch) | |
tree | 7f3b02b741acdb920fd4bd47b7b75c1e5d34511a /ucb | |
parent | 16f0d71a5111258c6698b41cc1e25394cbeff49d (diff) |
remove archaic guards
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filrset.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filrset.hxx b/ucb/source/ucp/file/filrset.hxx index 71f0174edbfd..401bd8aae97b 100644 --- a/ucb/source/ucp/file/filrset.hxx +++ b/ucb/source/ucp/file/filrset.hxx @@ -28,9 +28,7 @@ #ifndef _FILRSET_HXX_ #define _FILRSET_HXX_ -#ifndef __SGI_STL_VECTOR #include <vector> -#endif #include <ucbhelper/macros.hxx> #include <osl/file.hxx> |