summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/lrucache.hxx
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
commit0f93e5055108ed874ec232e2bea9ba4c75cbfe75 (patch)
tree601081b2cf17d6d97df1c5b0ad93f85121dfb05d /stoc/source/corereflection/lrucache.hxx
parentb56575a33fe0e173b2fa91b90252f5bf7750221d (diff)
Remove stl/ from #include statement
Diffstat (limited to 'stoc/source/corereflection/lrucache.hxx')
-rw-r--r--stoc/source/corereflection/lrucache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/corereflection/lrucache.hxx b/stoc/source/corereflection/lrucache.hxx
index 4111f80973b3..d96acc628a7b 100644
--- a/stoc/source/corereflection/lrucache.hxx
+++ b/stoc/source/corereflection/lrucache.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lrucache.hxx,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 01:55:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
#include <rtl/ustring>
#endif
-#include <stl/hash_map>
+#include <hash_map>
/** Implementation of a least recently used (lru) cache.