summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-11-22 22:17:29 +0000
committerSander Vesik <svesik@openoffice.org>2000-11-22 22:17:29 +0000
commit318529ccc9903e02bdf9518f3f0d61cc45639e12 (patch)
treec96dcbb732b0810aaea3ba0ed37b3de0d8777484 /cpputools
parenta2ecd21d384ef3a4d2938eff562e59a77ff1abd6 (diff)
Remove stl/ from #include statement
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/unoexe/unoexe.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx
index 4f520357617f..20c13a23a4d6 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>