diff src/event-tty.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 727739f917cb
children 064ab7fed2e0
line wrap: on
line diff
--- a/src/event-tty.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/event-tty.c	Mon Aug 13 10:28:48 2007 +0200
@@ -25,7 +25,6 @@
 #include <config.h>
 #include "lisp.h"
 
-#include "blocktype.h"
 #include "device.h"
 #include "console-tty.h"
 #include "events.h"
@@ -40,8 +39,6 @@
 extern SELECT_TYPE input_wait_mask, non_fake_input_wait_mask;
 extern SELECT_TYPE process_only_mask, tty_only_mask;
 
-extern Lisp_Object Qdelete_device;
-
 static struct event_stream *tty_event_stream;