diff options
author | 2018-05-22 14:13:46 -0600 | |
---|---|---|
committer | 2018-07-20 09:42:51 -0600 | |
commit | da6580e59c5c2c5dda086f9c407688e79377e49e (patch) | |
tree | 8818a7f21048016bf156ba36b97c4f651b4f61e0 /gdb/machoread.c | |
parent | Add many methods to buildsym_compunit (diff) | |
download | binutils-gdb-da6580e59c5c2c5dda086f9c407688e79377e49e.tar.gz binutils-gdb-da6580e59c5c2c5dda086f9c407688e79377e49e.tar.bz2 binutils-gdb-da6580e59c5c2c5dda086f9c407688e79377e49e.zip |
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/machoread.c')
-rw-r--r-- | gdb/machoread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c index 07e1cdaf4f8..0cbd209893e 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -24,7 +24,6 @@ #include "bfd.h" #include "symfile.h" #include "objfiles.h" -#include "buildsym.h" #include "gdbcmd.h" #include "gdbcore.h" #include "mach-o.h" |