summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/shell.hxx
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2001-03-08 09:02:51 +0000
committerArmin Theissen <armin@openoffice.org>2001-03-08 09:02:51 +0000
commit98438b34bbfc62748ecbacda5aca72ebeccce6da (patch)
treea60465bfe0fa6da3f0739f68a1748a74ddb7c75a /ucb/source/ucp/file/shell.hxx
parent15e3e68008076acc34034c05daecedb5b97752a1 (diff)
changed stl includes
Diffstat (limited to 'ucb/source/ucp/file/shell.hxx')
-rw-r--r--ucb/source/ucp/file/shell.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx
index cd1c4611e0fc..3a2d6f9ee14d 100644
--- a/ucb/source/ucp/file/shell.hxx
+++ b/ucb/source/ucp/file/shell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shell.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: abi $ $Date: 2001-03-02 12:08:24 $
+ * last change: $Author: armin $ $Date: 2001-03-08 09:57:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,16 +74,16 @@
#include <cppuhelper/typeprovider.hxx>
#endif
#ifndef __SGI_STL_VECTOR
-#include <stl/vector>
+#include <vector>
#endif
#ifndef __SGI_STL_HASH_MAP
-#include <stl/hash_map>
+#include <hash_map>
#endif
#ifndef __SGI_STL_HASH_SET
-#include <stl/hash_set>
+#include <hash_set>
#endif
#ifndef _SGI_STL_LIST
-#include <stl/list>
+#include <list>
#endif
#ifndef _OSL_FILE_HXX_
#include <osl/file.hxx>