summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/base.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
commit1bb490b137e966ebf1ac7c1fe3090f8be7538cbf (patch)
tree246a18ffded67d28b86f77f521daaf8e7a72f0e9 /stoc/source/corereflection/base.hxx
parent30b718bda00fafa3a2395398c976916855ee126f (diff)
Remove stl/ from #include statement
Diffstat (limited to 'stoc/source/corereflection/base.hxx')
-rw-r--r--stoc/source/corereflection/base.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx
index fbc9356fb..7a2a2da6d 100644
--- a/stoc/source/corereflection/base.hxx
+++ b/stoc/source/corereflection/base.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: base.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
@@ -93,10 +93,10 @@
#include "lrucache.hxx"
#ifdef TEST_LIST_CLASSES
-#include <stl/list>
-#include <stl/algorithm>
+#include <list>
+#include <algorithm>
#endif
-#include <stl/hash_map>
+#include <hash_map>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>