Update of /cvsroot/netrek/server/Vanilla/pledit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27597/pledit

Modified Files:
	edit.c main.c input.c 
Log Message:
pledit reduce includes

Index: input.c
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/pledit/input.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- input.c	8 May 2006 08:22:42 -0000	1.3
+++ input.c	8 May 2006 08:30:21 -0000	1.4
@@ -8,7 +8,6 @@
 
 #ifndef LTD_STATS
 
-#include <stdio.h>
 #include <signal.h>
 #include <unistd.h>
 #include <curses.h>

Index: edit.c
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/pledit/edit.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- edit.c	8 May 2006 08:22:42 -0000	1.3
+++ edit.c	8 May 2006 08:30:21 -0000	1.4
@@ -8,15 +8,12 @@
 
 #ifndef LTD_STATS
 
-#include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <curses.h>
-#include <sys/types.h>
 #include <time.h>
-#include <math.h>
-#include <stdlib.h>		/* For malloc 10/20/94 [007] */
 #include "pledit.h"
 #include "defs.h"
 #include "struct.h"

Index: main.c
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/pledit/main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- main.c	30 Sep 2005 05:46:19 -0000	1.2
+++ main.c	8 May 2006 08:30:21 -0000	1.3
@@ -19,7 +19,6 @@
 #else /* LTD_STATS */
 
 #include <signal.h>
-#include <errno.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <curses.h>