Don't need stdlib.h here.

This commit is contained in:
William McBrine
2007-06-21 23:23:50 +00:00
parent d4d8fe23a1
commit 4805537bc4
3 changed files with 3 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
#include <curspriv.h>
RCSID("$Id: pad.c,v 1.46 2007/06/21 22:01:12 wmcbrine Exp $")
RCSID("$Id: pad.c,v 1.47 2007/06/21 23:23:50 wmcbrine Exp $")
/*man-start**************************************************************
@@ -87,7 +87,6 @@ RCSID("$Id: pad.c,v 1.46 2007/06/21 22:01:12 wmcbrine Exp $")
**man-end****************************************************************/
#include <stdlib.h>
#include <string.h>
/* save values for pechochar() */

View File

@@ -13,7 +13,7 @@
#include <curspriv.h>
RCSID("$Id: refresh.c,v 1.49 2007/06/21 02:04:06 wmcbrine Exp $")
RCSID("$Id: refresh.c,v 1.50 2007/06/21 23:22:32 wmcbrine Exp $")
/*man-start**************************************************************
@@ -65,7 +65,6 @@ RCSID("$Id: refresh.c,v 1.49 2007/06/21 02:04:06 wmcbrine Exp $")
**man-end****************************************************************/
#include <stdlib.h>
#include <string.h>
int wnoutrefresh(WINDOW *win)

View File

@@ -13,7 +13,7 @@
#include <curspriv.h>
RCSID("$Id: scroll.c,v 1.32 2007/06/21 07:48:25 wmcbrine Exp $")
RCSID("$Id: scroll.c,v 1.33 2007/06/21 23:22:32 wmcbrine Exp $")
/*man-start**************************************************************