summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-08-07 18:55:21 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-08-07 18:55:21 +0000
commitb30cc3cde74cadd5e3dc80ad12834b8153010156 (patch)
tree7f35f81f4c31c38603368556841a32a71fc99d75 /registry
parent90bc31f3bcb9109c7751718a7b7d546838680046 (diff)
#100535# avoid STLPORT_VERSION
Diffstat (limited to 'registry')
-rw-r--r--registry/source/regmap.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/registry/source/regmap.hxx b/registry/source/regmap.hxx
index 717b884b957a..c8c7697b36fe 100644
--- a/registry/source/regmap.hxx
+++ b/registry/source/regmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regmap.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2001-03-14 09:36:00 $
+ * last change: $Author: hjs $ $Date: 2002-08-07 19:55:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,15 +62,9 @@
#ifndef _REGMAP_HXX_
#define _REGMAP_HXX_
-#if STLPORT_VERSION<321
-#include <hash_map.h>
-#include <list.h>
-#include <set.h>
-#else
#include <hash_map>
#include <list>
#include <set>
-#endif
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>