mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 06:57:11 -05:00
Remove termio from efunc.
This commit is contained in:
parent
4e24edf715
commit
e1cb42e0aa
3
efunc.h
3
efunc.h
@ -14,9 +14,6 @@
|
||||
|
||||
/* External function declarations. */
|
||||
|
||||
/* posix.c */
|
||||
#include "termio.h"
|
||||
|
||||
#if BSD | SVR4
|
||||
/* lock.c */
|
||||
#include "lock.h"
|
||||
|
1
eval.c
1
eval.c
@ -23,6 +23,7 @@
|
||||
#include "line.h"
|
||||
#include "random.h"
|
||||
#include "search.h"
|
||||
#include "termio.h"
|
||||
#include "version.h"
|
||||
#include "window.h"
|
||||
|
||||
|
1
main.c
1
main.c
@ -70,6 +70,7 @@
|
||||
#include "efunc.h" /* Function declarations and name table. */
|
||||
#include "ebind.h" /* Default key bindings. */
|
||||
#include "input.h"
|
||||
#include "termio.h"
|
||||
#include "version.h"
|
||||
|
||||
/* For MSDOS, increase the default stack space. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user