diff options
author | Sander Vesik <svesik@openoffice.org> | 2000-11-22 22:17:29 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2000-11-22 22:17:29 +0000 |
commit | 615dd3b30523cf2e4e2093e7e51a03c173d0c5db (patch) | |
tree | 0e8782c8b00b7091fdb58e5a4d85abad834b0338 /cpputools | |
parent | 03dacf0853402897bf8461e4d50708cd9ef9859d (diff) |
Remove stl/ from #include statement
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index ea332a5c6..13e445659 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoexe.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dbo $ $Date: 2000-11-02 13:58:02 $ + * last change: $Author: svesik $ $Date: 2000-11-22 23:17:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ #include <stdio.h> -#include <stl/vector> +#include <vector> #include <osl/diagnose.h> #include <osl/mutex.hxx> |