From da6580e59c5c2c5dda086f9c407688e79377e49e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 22 May 2018 14:13:46 -0600 Subject: 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 * 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. --- gdb/arch-utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/arch-utils.c') 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" -- cgit v1.1