This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.


Hi.

Found this while doing some cli cleanups.

Committed.

2013-10-01  Doug Evans  <dje@google.com>

	* cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.

diff -u -p -r1.119 cli-decode.c
--- cli/cli-decode.c	24 Apr 2013 14:29:17 -0000	1.119
+++ cli/cli-decode.c	1 Oct 2013 23:47:41 -0000
@@ -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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]