From b344a4ce3273f51a9aa64cdd2287fdbcc222040b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 8 Sep 2004 13:17:50 +0000 Subject: [PATCH] INTEGRATION: CWS ooo20040704 (1.4.136); FILE MERGED 2004/06/28 14:41:47 cmc 1.4.136.1: #i30801# allow using system stl if possible --- ucbhelper/source/provider/resultset.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx index ab96579061e2..fcfdeba3ef1a 100644 --- a/ucbhelper/source/provider/resultset.cxx +++ b/ucbhelper/source/provider/resultset.cxx @@ -2,9 +2,9 @@ * * $RCSfile: resultset.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mh $ $Date: 2001-01-31 14:02:35 $ + * last change: $Author: rt $ $Date: 2004-09-08 14:17:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,9 +65,6 @@ *************************************************************************/ -#ifndef __HASH_MAP__ -#include -#endif #ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_ #include #endif