summaryrefslogtreecommitdiff
path: root/stoc/source/namingservice
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-11-23 01:15:58 +0000
committerSander Vesik <svesik@openoffice.org>2000-11-23 01:15:58 +0000
commit58b58f0b669f9f23705f3755bd6fcb4271e63755 (patch)
treebbec80823e8ead40a4052d489eb0d91cfd3383fa /stoc/source/namingservice
parent0f93e5055108ed874ec232e2bea9ba4c75cbfe75 (diff)
Remove stl/ from #include statement
Diffstat (limited to 'stoc/source/namingservice')
-rw-r--r--stoc/source/namingservice/namingservice.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx
index 6c351fc6d3bc..eed89f84af32 100644
--- a/stoc/source/namingservice/namingservice.cxx
+++ b/stoc/source/namingservice/namingservice.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: namingservice.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:29:34 $
+ * last change: $Author: svesik $ $Date: 2000-11-23 02:15:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-#include <stl/hash_map>
+#include <hash_map>
#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>