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/arch-utils.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/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index a65f01f..6b40cb91 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -20,7 +20,6 @@ #include "defs.h" #include "arch-utils.h" -#include "buildsym.h" #include "gdbcmd.h" #include "inferior.h" /* enum CALL_DUMMY_LOCATION et al. */ #include "infrun.h" |