From 318529ccc9903e02bdf9518f3f0d61cc45639e12 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 22 Nov 2000 22:17:29 +0000 Subject: Remove stl/ from #include statement --- cpputools/source/unoexe/unoexe.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpputools/source/unoexe') 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 -#include +#include #include #include -- cgit