Remove efunc as dependencies.

This commit is contained in:
Renaud 2013-05-28 17:40:01 +08:00
parent 04264b4d27
commit b321dce49e
21 changed files with 2 additions and 22 deletions

View File

@ -148,8 +148,8 @@ input.o: input.c input.h estruct.h edef.h
isearch.o: isearch.c isearch.h estruct.h edef.h
line.o: line.c line.h estruct.h edef.h
lock.o: lock.c lock.h estruct.h edef.h
main.o: main.c main.h estruct.h crypt.h efunc.h edef.h ebind.h version.h
names.o: names.c estruct.h crypt.h edef.h efunc.h line.h
main.o: main.c main.h estruct.h crypt.h edef.h ebind.h version.h
names.o: names.c estruct.h crypt.h edef.h line.h
pklock.o: pklock.c pklock.h estruct.h
posix.o: posix.c termio.h estruct.h utf8.h
random.o: random.c random.h estruct.h edef.h

View File

@ -18,7 +18,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "input.h"
#include "line.h"
#include "random.h"

1
bind.c
View File

@ -16,7 +16,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "exec.h"
#include "file.h"
#include "fileio.h"

View File

@ -17,7 +17,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "file.h"
#include "input.h"
#include "line.h"

1
eval.c
View File

@ -16,7 +16,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "exec.h"
#include "fileio.h"
#include "input.h"

1
exec.c
View File

@ -17,7 +17,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "eval.h"
#include "file.h"
#include "input.h"

1
file.c
View File

@ -19,7 +19,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "fileio.h"
#include "input.h"
#include "line.h"

View File

@ -17,7 +17,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "exec.h"
#include "main.h"
#include "wrapper.h"

View File

@ -30,7 +30,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "input.h"
#include "line.h"
#include "search.h"

1
line.c
View File

@ -21,7 +21,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "main.h"
#include "random.h"
#include "utf8.h"

1
lock.c
View File

@ -12,7 +12,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "input.h"
#if (FILOCK && BSD) || SVR4

1
main.c
View File

@ -67,7 +67,6 @@
#include "display.h"
#include "estruct.h" /* Global structures and defines. */
#include "edef.h" /* Global definitions. */
#include "efunc.h" /* Function declarations and name table. */
#include "ebind.h" /* Default key bindings. */
#include "input.h"
#include "termio.h"

View File

@ -14,7 +14,6 @@
#include "crypt.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "file.h"
#include "isearch.h"
#include "line.h"

View File

@ -7,7 +7,6 @@
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#if (FILOCK && BSD) || SVR4
#include <sys/types.h>

View File

@ -24,7 +24,6 @@
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "utf8.h"
/* Since Mac OS X's termios.h doesn't have the following 2 macros, define them.

View File

@ -15,7 +15,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "input.h"
#include "line.h"
#include "main.h"

View File

@ -15,7 +15,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "line.h"
#include "main.h"

View File

@ -66,7 +66,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "input.h"
#include "line.h"
#include "main.h"

View File

@ -15,7 +15,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "file.h"
#include "input.h"
#include "main.h"

1
tcap.c
View File

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

1
word.c
View File

@ -16,7 +16,6 @@
#include "display.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "line.h"
#include "main.h"
#include "random.h"