diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:43:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:43:35 +0000 |
commit | 2e9f93b659d13d67c494d4059fec306759b65ec8 (patch) | |
tree | f1976b0ba8753ce66cef39284b5621be1f3772aa /stlport/systemstl | |
parent | db9bf8b3d7f3dbfbf85a14ed50635639c370d798 (diff) |
INTEGRATION: CWS cmcfixes11 (1.3.20); FILE MERGED
2005/07/14 15:28:50 cmc 1.3.20.1: #i51974# update system stl debugging
Diffstat (limited to 'stlport/systemstl')
-rw-r--r-- | stlport/systemstl/functional | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/stlport/systemstl/functional b/stlport/systemstl/functional index b2bc42af3a31..8c98e736d4d7 100644 --- a/stlport/systemstl/functional +++ b/stlport/systemstl/functional @@ -2,9 +2,9 @@ * * $RCSfile: functional,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2005-02-24 14:47:25 $ + * last change: $Author: obo $ $Date: 2005-07-18 08:43:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,9 +63,7 @@ #define SYSTEM_STL_FUNCTIONAL #ifdef GCC -#include <bits/c++config.h> -#include <cstddef> -#include <bits/stl_function.h> +#include <ext/../functional> #include <ext/functional> namespace std |