mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Remove bind from efunc.
This commit is contained in:
parent
0b093b8228
commit
b971f265fc
1
ebind.h
1
ebind.h
@ -8,6 +8,7 @@
|
||||
#ifndef EBIND_H_
|
||||
#define EBIND_H_
|
||||
|
||||
#include "bind.h"
|
||||
#include "crypt.h"
|
||||
#include "exec.h"
|
||||
#include "file.h"
|
||||
|
3
efunc.h
3
efunc.h
@ -29,9 +29,6 @@
|
||||
/* input.c */
|
||||
#include "input.h"
|
||||
|
||||
/* bind.c */
|
||||
#include "bind.h"
|
||||
|
||||
/* buffer.c */
|
||||
#include "buffer.h"
|
||||
|
||||
|
1
eval.c
1
eval.c
@ -10,6 +10,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "bind.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
exec.c
1
exec.c
@ -12,6 +12,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "bind.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
1
input.c
1
input.c
@ -13,6 +13,7 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "bind.h"
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user