Remove explicit calls to curses.h in other files

This commit is contained in:
Hisham Muhammad
2013-02-26 16:50:21 +00:00
parent 8d5dd51cf2
commit 43a7231615
7 changed files with 4 additions and 7 deletions

3
CRT.c
View File

@ -9,8 +9,9 @@ in the source distribution for its full text.
#include "config.h"
#include "String.h"
#include "RichString.h"
#include <curses.h>
#include <stdio.h>
#include <errno.h>
#include <signal.h>
#include <stdlib.h>