diff options
author | Sander Vesik <svesik@openoffice.org> | 2000-11-23 00:40:47 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2000-11-23 00:40:47 +0000 |
commit | b56575a33fe0e173b2fa91b90252f5bf7750221d (patch) | |
tree | b2d06ba46a3180a035cecdb0995e9ca474413189 /stoc | |
parent | e00358f2302d54bfe4b208995829cb07b67146e2 (diff) |
Remove stl/ from #include statement
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/base.hxx | 6 | ||||
-rw-r--r-- | stoc/source/registry_tdprovider/tdprovider.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/stoc/source/registry_tdprovider/base.hxx b/stoc/source/registry_tdprovider/base.hxx index a1c32dc8f1e4..62446f9f3f00 100644 --- a/stoc/source/registry_tdprovider/base.hxx +++ b/stoc/source/registry_tdprovider/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:35 $ + * last change: $Author: svesik $ $Date: 2000-11-23 01:39:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ #include <cppuhelper/extract.hxx> #endif -#include <stl/vector> +#include <vector> #include <com/sun/star/reflection/XTypeDescription.hpp> #include <com/sun/star/reflection/XInterfaceTypeDescription.hpp> diff --git a/stoc/source/registry_tdprovider/tdprovider.cxx b/stoc/source/registry_tdprovider/tdprovider.cxx index 81021fb338a6..d04cd8c9f5d2 100644 --- a/stoc/source/registry_tdprovider/tdprovider.cxx +++ b/stoc/source/registry_tdprovider/tdprovider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tdprovider.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:29:35 $ + * last change: $Author: svesik $ $Date: 2000-11-23 01:40:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <stl/list> +#include <list> #include "base.hxx" |