Remove main from efunc.

This commit is contained in:
Renaud 2013-05-28 12:59:40 +08:00
parent dce5f2239c
commit 0b093b8228
10 changed files with 9 additions and 3 deletions

1
bind.c
View File

@ -19,6 +19,7 @@
#include "file.h" #include "file.h"
#include "fileio.h" #include "fileio.h"
#include "line.h" #include "line.h"
#include "main.h"
#include "window.h" #include "window.h"

View File

@ -17,9 +17,6 @@
/* basic.c */ /* basic.c */
#include "basic.h" #include "basic.h"
/* main.c */
#include "main.h"
/* display.c */ /* display.c */
#include "display.h" #include "display.h"

View File

@ -17,6 +17,7 @@
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "exec.h" #include "exec.h"
#include "main.h"
#include "wrapper.h" #include "wrapper.h"
#if PKCODE #if PKCODE

1
line.c
View File

@ -20,6 +20,7 @@
#include "estruct.h" #include "estruct.h"
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "main.h"
#include "random.h" #include "random.h"
#include "utf8.h" #include "utf8.h"

View File

@ -13,6 +13,7 @@
#include "file.h" #include "file.h"
#include "isearch.h" #include "isearch.h"
#include "line.h" #include "line.h"
#include "main.h"
#include "random.h" #include "random.h"
#include "search.h" #include "search.h"
#include "spawn.h" #include "spawn.h"

View File

@ -15,6 +15,7 @@
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "line.h" #include "line.h"
#include "main.h"
#include "search.h" #include "search.h"
int tabsize; /* Tab size (0: use real tabs) */ int tabsize; /* Tab size (0: use real tabs) */

View File

@ -16,6 +16,7 @@
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "line.h" #include "line.h"
#include "main.h"
/* /*
* Kill the region. Ask "getregion" * Kill the region. Ask "getregion"

View File

@ -66,6 +66,7 @@
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "line.h" #include "line.h"
#include "main.h"
#if defined(MAGIC) #if defined(MAGIC)
/* /*

View File

@ -15,6 +15,7 @@
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "file.h" #include "file.h"
#include "main.h"
#include "window.h" #include "window.h"
#if VMS #if VMS

1
word.c
View File

@ -16,6 +16,7 @@
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.h"
#include "line.h" #include "line.h"
#include "main.h"
#include "random.h" #include "random.h"
/* Word wrap on n-spaces. Back-over whatever precedes the point on the current /* Word wrap on n-spaces. Back-over whatever precedes the point on the current