remove exec from efunc.

This commit is contained in:
Renaud 2013-05-25 12:37:03 +08:00
parent ba277c5573
commit 7ede4aa6d8
6 changed files with 5 additions and 3 deletions

1
bind.c
View File

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

View File

@ -9,6 +9,7 @@
#define EBIND_H_
#include "crypt.h"
#include "exec.h"
#include "file.h"
#include "line.h"

View File

@ -47,9 +47,6 @@
/* buffer.c */
#include "buffer.h"
/* exec.c */
#include "exec.h"
/* spawn.c */
#include "spawn.h"

1
eval.c
View File

@ -13,6 +13,7 @@
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "exec.h"
#include "fileio.h"
#include "line.h"
#include "version.h"

View File

@ -16,6 +16,7 @@
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "exec.h"
#include "wrapper.h"
#if PKCODE

View File

@ -5,6 +5,7 @@
* function.
*/
#include "exec.h"
#include "crypt.h"
#include "estruct.h"
#include "edef.h"