diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-11-12 16:07:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-11-12 16:07:20 +0000 |
commit | 4fab48b9c48377889af365990e148954c3343287 (patch) | |
tree | 5100ffd8d3aef2e67a2005183a988ce574794d7e /gdb/tui | |
parent | 30e857fcdb77010a0a57bc86d2855e78c1842918 (diff) | |
download | gdb-4fab48b9c48377889af365990e148954c3343287.zip gdb-4fab48b9c48377889af365990e148954c3343287.tar.gz gdb-4fab48b9c48377889af365990e148954c3343287.tar.bz2 |
* tui/tui-io.c: Don't include "terminal.h".
* Makefile.in (tui-io.o): Update dependencies.
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui-io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index 07926d9..5d6d8c7 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -23,7 +23,6 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" -#include "terminal.h" #include "target.h" #include "event-loop.h" #include "event-top.h" |