summaryrefslogtreecommitdiffstats
path: root/stlport
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-18 07:44:19 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-18 07:44:19 +0000
commit1ffb6759180352f4ffe327455f39067e70ea842b (patch)
tree3e524d8d56de9c0831c6bcf8d950c72f409c6f9e /stlport
parentINTEGRATION: CWS cmcfixes11 (1.2.20); FILE MERGED (diff)
downloadcore-1ffb6759180352f4ffe327455f39067e70ea842b.tar.gz
core-1ffb6759180352f4ffe327455f39067e70ea842b.zip
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')
-rw-r--r--stlport/systemstl/vector20
1 files changed, 3 insertions, 17 deletions
diff --git a/stlport/systemstl/vector b/stlport/systemstl/vector
index 7188c1695c2a..a262651b7689 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
{