aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-01 19:40:59 -0700
committerDan Nicolaescu2010-06-01 19:40:59 -0700
commitc55d2abfc73923cedd0bcd11fc40d1739ae7a109 (patch)
tree8666d50332204644d8f61ea559041bd5b510465d /src/keymap.c
parent8923d6176b785c2d800d27960d55a7dec3fed71b (diff)
downloademacs-c55d2abfc73923cedd0bcd11fc40d1739ae7a109.tar.gz
emacs-c55d2abfc73923cedd0bcd11fc40d1739ae7a109.zip
Remove unnecessary alloca.h includes.
* src/keymap.c: Do not include alloca.h, config.h does that. * src/sysdep.c: Likewise. Do not define fwrite, not used.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 53b6795d623..c3a9d9e5cc0 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -22,9 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22#include <config.h> 22#include <config.h>
23#include <stdio.h> 23#include <stdio.h>
24#include <setjmp.h> 24#include <setjmp.h>
25#if HAVE_ALLOCA_H
26# include <alloca.h>
27#endif
28#include "lisp.h" 25#include "lisp.h"
29#include "commands.h" 26#include "commands.h"
30#include "buffer.h" 27#include "buffer.h"