mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-17 23:06:25 -05:00
Remove buffer from efunc.
This commit is contained in:
parent
7816f96508
commit
a61307aa59
1
bind.c
1
bind.c
@ -12,6 +12,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "buffer.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
ebind.h
1
ebind.h
@ -9,6 +9,7 @@
|
||||
#define EBIND_H_
|
||||
|
||||
#include "bind.h"
|
||||
#include "buffer.h"
|
||||
#include "crypt.h"
|
||||
#include "exec.h"
|
||||
#include "file.h"
|
||||
|
3
efunc.h
3
efunc.h
@ -26,9 +26,6 @@
|
||||
/* input.c */
|
||||
#include "input.h"
|
||||
|
||||
/* buffer.c */
|
||||
#include "buffer.h"
|
||||
|
||||
/* eval.c */
|
||||
#include "eval.h"
|
||||
|
||||
|
1
eval.c
1
eval.c
@ -10,6 +10,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bind.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
|
1
exec.c
1
exec.c
@ -12,6 +12,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bind.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
|
1
file.c
1
file.c
@ -14,6 +14,7 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "buffer.h"
|
||||
#include "crypt.h"
|
||||
#include "display.h"
|
||||
#include "estruct.h"
|
||||
|
1
names.c
1
names.c
@ -5,6 +5,7 @@
|
||||
* function.
|
||||
*/
|
||||
|
||||
#include "buffer.h"
|
||||
#include "bind.h"
|
||||
#include "exec.h"
|
||||
#include "crypt.h"
|
||||
|
Loading…
Reference in New Issue
Block a user