aboutsummaryrefslogtreecommitdiff
path: root/gdb/machoread.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-05-22 14:13:46 -0600
committerTom Tromey <tom@tromey.com>2018-07-20 09:42:51 -0600
commitda6580e59c5c2c5dda086f9c407688e79377e49e (patch)
tree8818a7f21048016bf156ba36b97c4f651b4f61e0 /gdb/machoread.c
parent4a2125f531114e80d68334a67f2d4ea2335a865d (diff)
downloadgdb-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/machoread.c')
-rw-r--r--gdb/machoread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c
index 07e1cda..0cbd209 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"