summaryrefslogtreecommitdiff
path: root/stoc/source/inspect/introspection.cxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-11-23 01:04:35 +0000
committerSander Vesik <svesik@openoffice.org>2000-11-23 01:04:35 +0000
commit1bb490b137e966ebf1ac7c1fe3090f8be7538cbf (patch)
tree246a18ffded67d28b86f77f521daaf8e7a72f0e9 /stoc/source/inspect/introspection.cxx
parent30b718bda00fafa3a2395398c976916855ee126f (diff)
Remove stl/ from #include statement
Diffstat (limited to 'stoc/source/inspect/introspection.cxx')
-rw-r--r--stoc/source/inspect/introspection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx
index 6dd01fb5b..f96ec69c5 100644
--- a/stoc/source/inspect/introspection.cxx
+++ b/stoc/source/inspect/introspection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: introspection.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:29:33 $
+ * last change: $Author: svesik $ $Date: 2000-11-23 02:03:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx>
-#include <stl/hash_map>
+#include <hash_map>
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;