mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 06:57:11 -05:00
Remove main from efunc.
This commit is contained in:
parent
dce5f2239c
commit
0b093b8228
1
bind.c
1
bind.c
@ -19,6 +19,7 @@
|
||||
#include "file.h"
|
||||
#include "fileio.h"
|
||||
#include "line.h"
|
||||
#include "main.h"
|
||||
#include "window.h"
|
||||
|
||||
|
||||
|
3
efunc.h
3
efunc.h
@ -17,9 +17,6 @@
|
||||
/* basic.c */
|
||||
#include "basic.h"
|
||||
|
||||
/* main.c */
|
||||
#include "main.h"
|
||||
|
||||
/* display.c */
|
||||
#include "display.h"
|
||||
|
||||
|
1
input.c
1
input.c
@ -17,6 +17,7 @@
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "exec.h"
|
||||
#include "main.h"
|
||||
#include "wrapper.h"
|
||||
|
||||
#if PKCODE
|
||||
|
1
line.c
1
line.c
@ -20,6 +20,7 @@
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "main.h"
|
||||
#include "random.h"
|
||||
#include "utf8.h"
|
||||
|
||||
|
1
names.c
1
names.c
@ -13,6 +13,7 @@
|
||||
#include "file.h"
|
||||
#include "isearch.h"
|
||||
#include "line.h"
|
||||
#include "main.h"
|
||||
#include "random.h"
|
||||
#include "search.h"
|
||||
#include "spawn.h"
|
||||
|
1
random.c
1
random.c
@ -15,6 +15,7 @@
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "line.h"
|
||||
#include "main.h"
|
||||
#include "search.h"
|
||||
|
||||
int tabsize; /* Tab size (0: use real tabs) */
|
||||
|
1
region.c
1
region.c
@ -16,6 +16,7 @@
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "line.h"
|
||||
#include "main.h"
|
||||
|
||||
/*
|
||||
* Kill the region. Ask "getregion"
|
||||
|
1
search.c
1
search.c
@ -66,6 +66,7 @@
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "line.h"
|
||||
#include "main.h"
|
||||
|
||||
#if defined(MAGIC)
|
||||
/*
|
||||
|
1
spawn.c
1
spawn.c
@ -15,6 +15,7 @@
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "main.h"
|
||||
#include "window.h"
|
||||
|
||||
#if VMS
|
||||
|
Loading…
x
Reference in New Issue
Block a user