Remove isearch from efunc.

This commit is contained in:
Renaud 2013-05-28 12:25:59 +08:00
parent 1428d9e2aa
commit 886adf1b69
3 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,7 @@
#include "crypt.h"
#include "exec.h"
#include "file.h"
#include "isearch.h"
#include "line.h"
#include "search.h"
#include "spawn.h"

View File

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

View File

@ -11,6 +11,7 @@
#include "edef.h"
#include "efunc.h"
#include "file.h"
#include "isearch.h"
#include "line.h"
#include "search.h"
#include "spawn.h"