From ba277c5573f771a64024e359bb0a14fd99332fc8 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Sat, 25 May 2013 12:28:17 +0800 Subject: [PATCH] remove file from efunc. --- bind.c | 1 + buffer.c | 1 + ebind.h | 1 + efunc.h | 3 --- exec.c | 1 + names.c | 1 + spawn.c | 1 + 7 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bind.c b/bind.c index 6b59eb3..51805f9 100644 --- a/bind.c +++ b/bind.c @@ -15,6 +15,7 @@ #include "estruct.h" #include "edef.h" #include "efunc.h" +#include "file.h" #include "fileio.h" #include "line.h" diff --git a/buffer.c b/buffer.c index a66587b..fdb751f 100644 --- a/buffer.c +++ b/buffer.c @@ -17,6 +17,7 @@ #include "estruct.h" #include "edef.h" #include "efunc.h" +#include "file.h" #include "line.h" /* diff --git a/ebind.h b/ebind.h index 85c3870..8bbc5ce 100644 --- a/ebind.h +++ b/ebind.h @@ -9,6 +9,7 @@ #define EBIND_H_ #include "crypt.h" +#include "file.h" #include "line.h" /* diff --git a/efunc.h b/efunc.h index 661c473..5e5fec8 100644 --- a/efunc.h +++ b/efunc.h @@ -47,9 +47,6 @@ /* buffer.c */ #include "buffer.h" -/* file.c */ -#include "file.h" - /* exec.c */ #include "exec.h" diff --git a/exec.c b/exec.c index 6ac8919..b612e82 100644 --- a/exec.c +++ b/exec.c @@ -15,6 +15,7 @@ #include "estruct.h" #include "edef.h" #include "efunc.h" +#include "file.h" #include "line.h" /* diff --git a/names.c b/names.c index d2962d9..0b6931b 100644 --- a/names.c +++ b/names.c @@ -9,6 +9,7 @@ #include "estruct.h" #include "edef.h" #include "efunc.h" +#include "file.h" #include "line.h" struct name_bind names[] = { diff --git a/spawn.c b/spawn.c index 29a9129..13018f5 100644 --- a/spawn.c +++ b/spawn.c @@ -14,6 +14,7 @@ #include "estruct.h" #include "edef.h" #include "efunc.h" +#include "file.h" #if VMS #define EFN 0 /* Event flag. */