Remove termio from efunc.

This commit is contained in:
Renaud 2013-05-28 15:17:15 +08:00
parent 4e24edf715
commit e1cb42e0aa
4 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,6 @@
/* External function declarations. */ /* External function declarations. */
/* posix.c */
#include "termio.h"
#if BSD | SVR4 #if BSD | SVR4
/* lock.c */ /* lock.c */
#include "lock.h" #include "lock.h"

1
eval.c
View File

@ -23,6 +23,7 @@
#include "line.h" #include "line.h"
#include "random.h" #include "random.h"
#include "search.h" #include "search.h"
#include "termio.h"
#include "version.h" #include "version.h"
#include "window.h" #include "window.h"

1
main.c
View File

@ -70,6 +70,7 @@
#include "efunc.h" /* Function declarations and name table. */ #include "efunc.h" /* Function declarations and name table. */
#include "ebind.h" /* Default key bindings. */ #include "ebind.h" /* Default key bindings. */
#include "input.h" #include "input.h"
#include "termio.h"
#include "version.h" #include "version.h"
/* For MSDOS, increase the default stack space. */ /* For MSDOS, increase the default stack space. */

1
tcap.c
View File

@ -27,6 +27,7 @@
#include "estruct.h" #include "estruct.h"
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "termio.h"
#if TERMCAP #if TERMCAP