* tui/tui-io.c: Don't include "terminal.h".

* Makefile.in (tui-io.o): Update dependencies.
This commit is contained in:
Mark Kettenis 2004-11-12 16:07:20 +00:00
parent 30e857fcdb
commit 4fab48b9c4
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-11-12 Mark Kettenis <kettenis@jive.nl>
* tui/tui-io.c: Don't include "terminal.h".
* Makefile.in (tui-io.o): Update dependencies.
2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
* Makefile.in (m32r-linux-tdep.o): Update dependencies.

View File

@ -3036,7 +3036,7 @@ tui-interp.o: $(srcdir)/tui/tui-interp.c $(defs_h) $(interps_h) $(top_h) \
$(event_top_h) $(event_loop_h) $(ui_out_h) $(cli_out_h) \
$(tui_data_h) $(readline_h) $(tui_win_h) $(tui_h) $(tui_io_h)
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-interp.c
tui-io.o: $(srcdir)/tui/tui-io.c $(defs_h) $(terminal_h) $(target_h) \
tui-io.o: $(srcdir)/tui/tui-io.c $(defs_h) $(target_h) \
$(event_loop_h) $(event_top_h) $(command_h) $(top_h) $(tui_h) \
$(tui_data_h) $(tui_io_h) $(tui_command_h) $(tui_win_h) \
$(tui_wingeneral_h) $(tui_file_h) $(ui_out_h) $(cli_out_h) \

View File

@ -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"