From a12ececf56568e8b0477bf1f7a1093d09fdb81db Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 21 Aug 2002 07:27:38 +0000 Subject: #100000# NP: correct wrong stdlib-include (replaced local stdlib.h by the global one) --- cosv/source/service/std_outp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx index f12e5ddb7111..e7f315298709 100644 --- a/cosv/source/service/std_outp.cxx +++ b/cosv/source/service/std_outp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: std_outp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: np $ $Date: 2002-05-14 08:08:46 $ + * last change: $Author: vg $ $Date: 2002-08-21 08:27:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #include // NOT FULLY DECLARED SERVICES -#include "stdlib.h" +#include namespace csv -- cgit