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.
+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.
#include "regset.h"
#include "gdbthread.h"
-#include "gdb_assert.h"
-#include <string.h>
-
#include "elf-bfd.h"
#include "fbsd-tdep.h"