mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Unneeded includes.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
/******************************************************************************/
|
||||
|
||||
#include <curses.h>
|
||||
#include <signal.h>
|
||||
|
||||
void lil(WINDOW *);
|
||||
void midtop(WINDOW *);
|
||||
|
||||
Reference in New Issue
Block a user