diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-01-31 13:02:35 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-01-31 13:02:35 +0000 |
commit | 90e6562df8ac4a39100ff2eabe0db36963b7d5cf (patch) | |
tree | cfdf0c623a10682c57c0cc7497a6ba236a4b93ff | |
parent | 13afcd39336d2e885ca1e5b661cf161186effb1c (diff) |
chg: header for STL
-rw-r--r-- | ucbhelper/source/provider/resultset.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx index 5e1889aae635..ab96579061e2 100644 --- a/ucbhelper/source/provider/resultset.cxx +++ b/ucbhelper/source/provider/resultset.cxx @@ -2,9 +2,9 @@ * * $RCSfile: resultset.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kso $ $Date: 2000-11-06 14:03:48 $ + * last change: $Author: mh $ $Date: 2001-01-31 14:02:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ *************************************************************************/ #ifndef __HASH_MAP__ -#include <stl/hash_map> +#include <hash_map> #endif #ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_ #include <cppuhelper/interfacecontainer.hxx> |