diff options
author | Tom Tromey <tom@tromey.com> | 2019-01-19 14:08:48 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-01-21 11:14:07 -0700 |
commit | be6d4f74c77c6f521afc873d226480e001cb99c2 (patch) | |
tree | 15753099cdbd7e43f60d4bd72890519734ef40e8 /gdb/mi | |
parent | Fix leak in splay-tree (diff) | |
download | binutils-gdb-be6d4f74c77c6f521afc873d226480e001cb99c2.tar.gz binutils-gdb-be6d4f74c77c6f521afc873d226480e001cb99c2.tar.bz2 binutils-gdb-be6d4f74c77c6f521afc873d226480e001cb99c2.zip |
Remove duplicate or commented-out #includes
I wrote a little script to detect duplicate or commented-out #includes
and ran it on gdb. This patch is the result. Tested by rebuilding.
gdb/ChangeLog
2019-01-21 Tom Tromey <tom@tromey.com>
* ui-out.c: Fix includes.
* tui/tui-source.c: Fix includes.
* target.c: Fix includes.
* remote.c: Fix includes.
* regcache.c: Fix includes.
* python/py-block.c: Fix includes.
* printcmd.c: Fix includes.
* or1k-tdep.c: Fix includes.
* mi/mi-main.c: Fix includes.
* m32r-tdep.c: Fix includes.
* csky-tdep.c: Fix includes.
* compile/compile-cplus-types.c: Fix includes.
* cli/cli-interp.c: Fix includes.
gdb/gdbserver/ChangeLog
2019-01-21 Tom Tromey <tom@tromey.com>
* tracepoint.c: Fix includes.
* remote-utils.c: Fix includes.
* linux-x86-low.c: Fix includes.
gdb/stubs/ChangeLog
2019-01-21 Tom Tromey <tom@tromey.com>
* ia64vms-stub.c: Fix includes.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index dc96032b0d4..71769638454 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -43,7 +43,6 @@ #include "mi-common.h" #include "language.h" #include "valprint.h" -#include "inferior.h" #include "osdata.h" #include "common/gdb_splay_tree.h" #include "tracepoint.h" |