diff options
author | Sander Vesik <svesik@openoffice.org> | 2000-11-22 19:05:04 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2000-11-22 19:05:04 +0000 |
commit | a2ecd21d384ef3a4d2938eff562e59a77ff1abd6 (patch) | |
tree | a3d0d375050a3cddfcac81b0e19bafc59d7c2eb7 /bridges | |
parent | 572d37cfdafdbc3d330fffa3a92f78beef378473 (diff) |
Remove stl/ from #include statements
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx | 8 | ||||
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx | 8 | ||||
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx b/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx index df04a7ccb7dd..0dbd1c32d749 100644 --- a/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx +++ b/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cpp2uno.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $ + * last change: $Author: svesik $ $Date: 2000-11-22 20:05:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,8 +63,8 @@ #define TRACE(x) #include <alloca.h> -#include <stl/list> -#include <stl/map> +#include <list> +#include <map> #ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx b/bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx index 0c0b2eda5dad..5bd8089133e6 100644 --- a/bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx +++ b/bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx @@ -2,9 +2,9 @@ * * $RCSfile: except.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $ + * last change: $Author: svesik $ $Date: 2000-11-22 20:05:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,8 +62,8 @@ #include <dlfcn.h> #include <new.h> #include <typeinfo> -#include <stl/list> -#include <stl/map> +#include <list> +#include <map> #ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> #endif diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx b/bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx index d903c1ad23bb..b21cf4fdf6f1 100644 --- a/bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx +++ b/bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: uno2cpp.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $ + * last change: $Author: svesik $ $Date: 2000-11-22 20:05:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ #include <alloca.h> -#include <stl/map> +#include <map> #ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> #endif |