From 562157c814037dcba58a20cd6908a95992c22283 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 26 Jul 2012 12:58:48 -0700 Subject: [PATCH] * emacs.c: Do not include ; no longer needed. Fixes: debbugs:12036 --- src/ChangeLog | 3 ++- src/emacs.c | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 06633ba7165..7e91158ee36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,7 +7,8 @@ the fix for 12036 would have avoided some of the problems noted in by Eli Zaretskii, as the scope problems would have been more obvious. - * emacs.c (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS) + * emacs.c: Do not include ; no longer needed. + (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS) (gdb_GCTYPEBITS, gdb_USE_LSB_TAG) (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG): Remove; now done in lisp.h. diff --git a/src/emacs.c b/src/emacs.c index 7dad87ef38b..81af0647742 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -29,8 +29,6 @@ along with GNU Emacs. If not, see . */ #include #include -#include - #include "lisp.h" #ifdef WINDOWSNT -- 2.39.2