summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-01-31 08:40:45 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-01-31 08:40:45 +0000
commitf617d30a59226edc91d7f985c33d799e356032fc (patch)
tree9503ecf1fc5ef4935571f69d1aad70215f6b31f2
parent99a4bd87f86057a6f649f2d6a74afe5bc708c194 (diff)
chg: header for STL
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.h8
-rw-r--r--cppuhelper/inc/cppuhelper/propshlp.hxx6
2 files changed, 7 insertions, 7 deletions
diff --git a/cppuhelper/inc/cppuhelper/interfacecontainer.h b/cppuhelper/inc/cppuhelper/interfacecontainer.h
index e38f9e7a8b14..7b9633d8e0ef 100644
--- a/cppuhelper/inc/cppuhelper/interfacecontainer.h
+++ b/cppuhelper/inc/cppuhelper/interfacecontainer.h
@@ -2,9 +2,9 @@
*
* $RCSfile: interfacecontainer.h,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jbu $ $Date: 2000-10-09 10:11:19 $
+ * last change: $Author: mh $ $Date: 2001-01-31 09:40:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,8 +61,8 @@
#ifndef _CPPUHELPER_INTERFACECONTAINER_H_
#define _CPPUHELPER_INTERFACECONTAINER_H_
-#include <stl/hash_map>
-#include <stl/functional>
+#include <hash_map>
+#include <functional>
#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
diff --git a/cppuhelper/inc/cppuhelper/propshlp.hxx b/cppuhelper/inc/cppuhelper/propshlp.hxx
index bf4449f94ca1..bb42764e0549 100644
--- a/cppuhelper/inc/cppuhelper/propshlp.hxx
+++ b/cppuhelper/inc/cppuhelper/propshlp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propshlp.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:26:09 $
+ * last change: $Author: mh $ $Date: 2001-01-31 09:40:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#include <rtl/alloc.h>
-#include <stl/hash_map>
+#include <hash_map>
#include <cppuhelper/interfacecontainer.hxx>