remove spawn from efunc.

This commit is contained in:
Renaud 2013-05-25 12:40:35 +08:00
parent 7ede4aa6d8
commit 4ab2e37ecb
3 changed files with 2 additions and 3 deletions

View File

@ -12,6 +12,7 @@
#include "exec.h"
#include "file.h"
#include "line.h"
#include "spawn.h"
/*
* Command table.

View File

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

View File

@ -12,6 +12,7 @@
#include "efunc.h"
#include "file.h"
#include "line.h"
#include "spawn.h"
struct name_bind names[] = {
{"abort-command", ctrlg},