diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 3 |
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" |