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
commit8a54721ec11846cb331aff0da32104d2f7685e78 (patch)
tree0bd00e8d9bfc4c67ca4f7f8375f5463e603dbeaf /solenv/src
parent18c6326f98c1c1167305c004199fb14cc4bc81df (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 41848f7ebad3..b3066d0728b3 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