diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-26 04:11:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-26 04:11:34 +0000 |
commit | 2894793a7b11779557cd7d50f5eec63acf3c46fd (patch) | |
tree | b72673027253a8929b6c872b38dae0a18dd3e090 /gdb/tui/tuiGeneralWin.c | |
parent | d60622826d14374d5b18ca343c4aae6627e58609 (diff) | |
download | gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.zip gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.tar.gz gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.tar.bz2 |
Configure TUI to use <ncurses.h> when available.
Diffstat (limited to 'gdb/tui/tuiGeneralWin.c')
-rw-r--r-- | gdb/tui/tuiGeneralWin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tui/tuiGeneralWin.c b/gdb/tui/tuiGeneralWin.c index b1caf69..382d7b3 100644 --- a/gdb/tui/tuiGeneralWin.c +++ b/gdb/tui/tuiGeneralWin.c @@ -3,7 +3,6 @@ ** This module supports general window behavior */ -#include <curses.h> #include "defs.h" #include "tui.h" #include "tuiData.h" |