summaryrefslogtreecommitdiff
path: root/solenv/src
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-03-07 16:24:11 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-03-07 16:24:11 +0000
commit5d1946791e0c4cf2f9726ee939d77f7a4dc20d95 (patch)
treea079f8c34a0a144c06a59b78914d2a1d1b10df86 /solenv/src
parent41045d798b56500bd7ec39ad541ebf3a4a013ca8 (diff)
removed include of stdlib.h
Diffstat (limited to 'solenv/src')
-rw-r--r--solenv/src/version.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/src/version.c b/solenv/src/version.c
index a8a750b22..44ec734b9 100644
--- a/solenv/src/version.c
+++ b/solenv/src/version.c
@@ -2,9 +2,9 @@
*
* $RCSfile: version.c,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hjs $ $Date: 2002-03-07 13:58:17 $
+ * last change: $Author: hjs $ $Date: 2002-03-07 17:24:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,6 @@
#include <stdio.h>
#include <string.h>
#else
-#include <stdlib.h>
#ifdef WNT
char * __cdecl strcpy(char *, const char *);
#endif