diff options
Diffstat (limited to 'cppu/source/uno/lbmap.cxx')
-rw-r--r-- | cppu/source/uno/lbmap.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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; |