mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
Do not include unnecessary files in fbsd-tdep.c
This commit makes fbsd-tdep.c not include string.h or gdb_assert.h as both are already included by defs.h. gdb/ChangeLog: * fbsd-tdep.c: Do not include string.h or gdb_assert.h.
This commit is contained in:
parent
a442d0713a
commit
3ba37e6c30
@ -1,3 +1,7 @@
|
||||
2014-10-08 Gary Benson <gbenson@redhat.com>
|
||||
|
||||
* fbsd-tdep.c: Do not include string.h or gdb_assert.h.
|
||||
|
||||
2014-10-08 Gary Benson <gbenson@redhat.com>
|
||||
|
||||
* common/common-defs.h: Include common-exceptions.h.
|
||||
|
@ -24,9 +24,6 @@
|
||||
#include "regset.h"
|
||||
#include "gdbthread.h"
|
||||
|
||||
#include "gdb_assert.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "elf-bfd.h"
|
||||
#include "fbsd-tdep.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user