diff options
author | Sander Vesik <svesik@openoffice.org> | 2000-11-23 01:04:35 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2000-11-23 01:04:35 +0000 |
commit | 0f93e5055108ed874ec232e2bea9ba4c75cbfe75 (patch) | |
tree | 601081b2cf17d6d97df1c5b0ad93f85121dfb05d /stoc/source/inspect | |
parent | b56575a33fe0e173b2fa91b90252f5bf7750221d (diff) |
Remove stl/ from #include statement
Diffstat (limited to 'stoc/source/inspect')
-rw-r--r-- | stoc/source/inspect/introspection.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index 2a838d534e22..995be4b2c47e 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; |