projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49bed3
)
* cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
author
Doug Evans
<dje@google.com>
Tue, 1 Oct 2013 23:52:45 +0000
(23:52 +0000)
committer
Doug Evans
<dje@google.com>
Tue, 1 Oct 2013 23:52:45 +0000
(23:52 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/cli/cli-decode.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 6ad7734511cde818d412a12c73fa1d560f15bf08..d1b7d70e6ccdb46295ac2e6ab98ae96ffb8b3da0 100644
(file)
--- 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 2fdd9e4a25cd8eea510ddd2947643512f0073d64..7e315c1e4af779fcc4a0c66a292eab31c4d95988 100644
(file)
--- 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. */