From 47099d6f792a5a763b257fdafecfcd0e8dbaba2b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Jun 1993 21:16:51 +0000 Subject: [PATCH] Include lisp.h earlier (before termhooks.h). --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index 7c1da91986d..7bcd8015b2f 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include +#include "lisp.h" #include "termchar.h" #include "termopts.h" #include "termhooks.h" #include "cm.h" -#include "lisp.h" #include "dispextern.h" #include "buffer.h" #include "frame.h"