Remove display from efunc.

This commit is contained in:
Renaud 2013-05-28 14:57:03 +08:00
parent 539f327271
commit 9c2c4b7635
17 changed files with 16 additions and 3 deletions

View File

@ -15,6 +15,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

1
bind.c
View File

@ -13,6 +13,7 @@
#include <stdio.h>
#include "buffer.h"
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

View File

@ -14,6 +14,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

View File

@ -17,9 +17,6 @@
/* basic.c */
#include "basic.h"
/* display.c */
#include "display.h"
/* posix.c */
#include "termio.h"

1
eval.c
View File

@ -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
View File

@ -14,6 +14,7 @@
#include "buffer.h"
#include "bind.h"
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

View File

@ -14,6 +14,7 @@
#include <unistd.h>
#include "bind.h"
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

View File

@ -26,6 +26,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

1
line.c
View File

@ -17,6 +17,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

1
main.c
View File

@ -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. */

View File

@ -7,6 +7,7 @@
#include "buffer.h"
#include "bind.h"
#include "display.h"
#include "eval.h"
#include "exec.h"
#include "crypt.h"

View File

@ -11,6 +11,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

View File

@ -12,6 +12,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

View File

@ -62,6 +62,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

View File

@ -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
View File

@ -23,6 +23,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"

1
word.c
View File

@ -12,6 +12,7 @@
#include <stdio.h>
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"