From: Paul Eggert Date: Fri, 9 Dec 2016 02:17:15 +0000 (-0800) Subject: * src/lisp.h (struct terminal): Remove unnecessary forward decl. X-Git-Tag: emacs-26.0.90~1148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f106f48e9c35eb75e5f06181e93d481988f8527;p=emacs.git * src/lisp.h (struct terminal): Remove unnecessary forward decl. --- diff --git a/src/lisp.h b/src/lisp.h index b9c6289edef..11e49b6ee7e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -4281,9 +4281,6 @@ extern void syms_of_xmenu (void); /* Defined in termchar.h. */ struct tty_display_info; -/* Defined in termhooks.h. */ -struct terminal; - /* Defined in sysdep.c. */ #ifdef HAVE_PERSONALITY_ADDR_NO_RANDOMIZE extern bool disable_address_randomization (void);