diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-01-31 08:36:30 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-01-31 08:36:30 +0000 |
commit | 99a4bd87f86057a6f649f2d6a74afe5bc708c194 (patch) | |
tree | 8a7a465a99b2a0bad77ea96acce56450df9659a6 /cppu | |
parent | ce83a163ea037c09802645d02ebf0aec8653e6d2 (diff) |
chg: include for STL
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/lbenv.cxx | 8 | ||||
-rw-r--r-- | cppu/source/uno/lbmap.cxx | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx index 47e11901bda0..0de8f8c8b998 100644 --- a/cppu/source/uno/lbenv.cxx +++ b/cppu/source/uno/lbenv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lbenv.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hjs $ $Date: 2001-01-15 17:29:00 $ + * last change: $Author: mh $ $Date: 2001-01-31 09:36:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,8 +95,8 @@ #else #include <malloc.h> #endif -#include <stl/hash_map> -#include <stl/vector> +#include <hash_map> +#include <vector> #ifndef _TYPELIB_TYPEDESCRIPTION_H_ #include <typelib/typedescription.h> diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx index 318ac4c07ea4..fcc80d1c212c 100644 --- a/cppu/source/uno/lbmap.cxx +++ b/cppu/source/uno/lbmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lbmap.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hjs $ $Date: 2001-01-15 17:29:00 $ + * last change: $Author: mh $ $Date: 2001-01-31 09:36:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,9 +100,9 @@ #include <com/sun/star/uno/XInterface.hpp> -#include <stl/hash_map> -#include <stl/set> -#include <stl/algorithm> +#include <hash_map> +#include <set> +#include <algorithm> using namespace std; |