diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:44:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:44:19 +0000 |
commit | 3b5c71850f3753f82fa9b32270e40fc4d210b3f2 (patch) | |
tree | dfe1ff3c2fc9873cf9715462b48f8e7ad4e23a61 /stlport/systemstl | |
parent | 433f57eafcb89369ed1181821ec0e3f055637b33 (diff) |
INTEGRATION: CWS cmcfixes11 (1.2.20); FILE MERGED
2005/07/14 15:28:51 cmc 1.2.20.1: #i51974# update system stl debugging
Diffstat (limited to 'stlport/systemstl')
-rw-r--r-- | stlport/systemstl/vector | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/stlport/systemstl/vector b/stlport/systemstl/vector index 7188c1695..a262651b7 100644 --- a/stlport/systemstl/vector +++ b/stlport/systemstl/vector @@ -2,9 +2,9 @@ * * $RCSfile: vector,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-02-24 14:48:01 $ + * last change: $Author: obo $ $Date: 2005-07-18 08:44:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,21 +64,7 @@ #ifdef GCC -#include <bits/functexcept.h> -#include <bits/stl_algobase.h> -#include <bits/allocator.h> -#include <bits/stl_construct.h> -#include <bits/stl_uninitialized.h> -#include <bits/stl_vector.h> -#include <bits/stl_bvector.h> - -#ifndef _GLIBCXX_EXPORT_TEMPLATE -# include <bits/vector.tcc> -#endif - -#ifdef _GLIBCXX_DEBUG -# include <debug/vector> -#endif +#include <ext/../vector> namespace std { |