diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-22 14:13:46 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-07-20 09:42:51 -0600 |
commit | da6580e59c5c2c5dda086f9c407688e79377e49e (patch) | |
tree | 8818a7f21048016bf156ba36b97c4f651b4f61e0 /gdb/mipsread.c | |
parent | 4a2125f531114e80d68334a67f2d4ea2335a865d (diff) | |
download | gdb-da6580e59c5c2c5dda086f9c407688e79377e49e.zip gdb-da6580e59c5c2c5dda086f9c407688e79377e49e.tar.gz gdb-da6580e59c5c2c5dda086f9c407688e79377e49e.tar.bz2 |
Do not use buildsym.h in some files
A few files no longer need to include buildsym.h.
gdb/ChangeLog
2018-07-20 Tom Tromey <tom@tromey.com>
* arch-utils.c: Do not include buildsym.h.
* mipsread.c: Do not include buildsym.h.
* machoread.c: Do not include buildsym.h.
* elfread.c: Do not include buildsym.h.
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 52130da..cbfa9cc 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -27,7 +27,6 @@ #include "bfd.h" #include "symtab.h" #include "objfiles.h" -#include "buildsym.h" #include "stabsread.h" #include "coff/sym.h" |