From: Paul Eggert Date: Thu, 26 Jul 2012 19:58:48 +0000 (-0700) Subject: * emacs.c: Do not include ; no longer needed. X-Git-Tag: emacs-24.2.90~1068 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=562157c814037dcba58a20cd6908a95992c22283;p=emacs.git * emacs.c: Do not include ; no longer needed. Fixes: debbugs:12036 --- 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