Remove bind from efunc.

This commit is contained in:
Renaud 2013-05-28 13:04:39 +08:00
parent 0b093b8228
commit b971f265fc
6 changed files with 5 additions and 3 deletions

View File

@ -8,6 +8,7 @@
#ifndef EBIND_H_
#define EBIND_H_
#include "bind.h"
#include "crypt.h"
#include "exec.h"
#include "file.h"

View File

@ -29,9 +29,6 @@
/* input.c */
#include "input.h"
/* bind.c */
#include "bind.h"
/* buffer.c */
#include "buffer.h"

1
eval.c
View File

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

1
exec.c
View File

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

View File

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

View File

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