mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
Remove display from efunc.
This commit is contained in:
parent
539f327271
commit
9c2c4b7635
1
basic.c
1
basic.c
@ -15,6 +15,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
bind.c
1
bind.c
@ -13,6 +13,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "buffer.h"
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
buffer.c
1
buffer.c
@ -14,6 +14,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
3
efunc.h
3
efunc.h
@ -17,9 +17,6 @@
|
||||
/* basic.c */
|
||||
#include "basic.h"
|
||||
|
||||
/* display.c */
|
||||
#include "display.h"
|
||||
|
||||
/* posix.c */
|
||||
#include "termio.h"
|
||||
|
||||
|
1
eval.c
1
eval.c
@ -12,6 +12,7 @@
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bind.h"
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
exec.c
1
exec.c
@ -14,6 +14,7 @@
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bind.h"
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
input.c
1
input.c
@ -14,6 +14,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "bind.h"
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
line.c
1
line.c
@ -17,6 +17,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
main.c
1
main.c
@ -64,6 +64,7 @@
|
||||
#define maindef
|
||||
|
||||
#include "crypt.h"
|
||||
#include "display.h"
|
||||
#include "estruct.h" /* Global structures and defines. */
|
||||
#include "edef.h" /* Global definitions. */
|
||||
#include "efunc.h" /* Function declarations and name table. */
|
||||
|
1
names.c
1
names.c
@ -7,6 +7,7 @@
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bind.h"
|
||||
#include "display.h"
|
||||
#include "eval.h"
|
||||
#include "exec.h"
|
||||
#include "crypt.h"
|
||||
|
1
random.c
1
random.c
@ -11,6 +11,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
region.c
1
region.c
@ -12,6 +12,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
search.c
1
search.c
@ -62,6 +62,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
spawn.c
1
spawn.c
@ -12,6 +12,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "buffer.h"
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
tcap.c
1
tcap.c
@ -23,6 +23,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user