]> code.delx.au - gnu-emacs/commitdiff
Don't include "buffer.h" twice.
authorKenichi Handa <handa@m17n.org>
Mon, 28 May 2007 06:52:35 +0000 (06:52 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 28 May 2007 06:52:35 +0000 (06:52 +0000)
src/term.c

index 6df6ef08918b4dc42844dfd50b00945518b50d96..b8e972043a4e9db4936316480171009866272d17 100644 (file)
@@ -415,7 +415,6 @@ static void term_mouse_highlight (struct frame *f, int x, int y);
 
 #ifdef HAVE_GPM
 #include <sys/fcntl.h>
-#include "buffer.h"
 
 /* Nonzero means mouse is enabled on Linux console.  */
 int term_gpm = 0;