From 4ab2e37ecbf74f3bfab6751fbdd75f34efdff48a Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Sat, 25 May 2013 12:40:35 +0800 Subject: [PATCH] remove spawn from efunc. --- ebind.h | 1 + efunc.h | 3 --- names.c | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ebind.h b/ebind.h index 74570f0..906fc99 100644 --- a/ebind.h +++ b/ebind.h @@ -12,6 +12,7 @@ #include "exec.h" #include "file.h" #include "line.h" +#include "spawn.h" /* * Command table. diff --git a/efunc.h b/efunc.h index acdb627..922e5e9 100644 --- a/efunc.h +++ b/efunc.h @@ -47,9 +47,6 @@ /* buffer.c */ #include "buffer.h" -/* spawn.c */ -#include "spawn.h" - /* search.c */ #include "search.h" diff --git a/names.c b/names.c index f8b36ca..4f00aec 100644 --- a/names.c +++ b/names.c @@ -12,6 +12,7 @@ #include "efunc.h" #include "file.h" #include "line.h" +#include "spawn.h" struct name_bind names[] = { {"abort-command", ctrlg},