diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/cli/cli-decode.c | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6ad7734..d1b7d70 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-10-01 Doug Evans <dje@google.com> + + * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h. + 2013-10-01 Yao Qi <yao@codesourcery.com> * varobj.c (c_value_of_root): Remove declaration. diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 2fdd9e4..7e315c1 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -22,14 +22,8 @@ #include "gdb_string.h" #include "completer.h" #include "ui-out.h" - #include "cli/cli-cmds.h" #include "cli/cli-decode.h" - -#ifdef TUI -#include "tui/tui.h" /* For tui_active et al. */ -#endif - #include "gdb_assert.h" /* Prototypes for local functions. */ |