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:
Gary Benson 2014-10-08 09:52:38 +01:00
parent a442d0713a
commit 3ba37e6c30
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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"