Remove word from efunc.

This commit is contained in:
Renaud 2013-05-28 12:42:06 +08:00
parent f1a0771bfc
commit 4f07526222
4 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,7 @@
#include "line.h"
#include "random.h"
#include "utf8.h"
#include "word.h"
/*
* This routine, given a pointer to a struct line, and the current cursor goal

View File

@ -16,6 +16,7 @@
#include "random.h"
#include "search.h"
#include "spawn.h"
#include "word.h"
/*
* Command table.

View File

@ -14,9 +14,6 @@
/* External function declarations. */
/* word.c */
#include "word.h"
/* window.c */
#include "window.h"

View File

@ -16,6 +16,7 @@
#include "random.h"
#include "search.h"
#include "spawn.h"
#include "word.h"
struct name_bind names[] = {
{"abort-command", ctrlg},