Unneeded includes.

This commit is contained in:
William McBrine
2018-02-02 09:56:44 -05:00
parent b3780c0b20
commit d65fbf4c19
3 changed files with 0 additions and 6 deletions

View File

@@ -1,9 +1,5 @@
#include <stdio.h>
#include <signal.h>
#include <curses.h>
#include <ctype.h>
#include <stdlib.h>
#include <sys/types.h>
#include <time.h>
#define DELAYSIZE 200

View File

@@ -5,7 +5,6 @@
* Hacks by jbuhler@cs.washington.edu on 12/29/96
*/
#include <stdio.h>
#include <signal.h>
#include <string.h>
#include <curses.h>

View File

@@ -45,7 +45,6 @@
/******************************************************************************/
#include <curses.h>
#include <signal.h>
void lil(WINDOW *);
void midtop(WINDOW *);