From: Gary Benson Date: Wed, 8 Oct 2014 08:52:38 +0000 (+0100) Subject: Do not include unnecessary files in fbsd-tdep.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ba37e6c302904cb38b9572faa9b9c1bb176d782;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9b74d16c509..1418de0fc4f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-10-08 Gary Benson + + * fbsd-tdep.c: Do not include string.h or gdb_assert.h. + 2014-10-08 Gary Benson * common/common-defs.h: Include common-exceptions.h. diff --git a/gdb/fbsd-tdep.c b/gdb/fbsd-tdep.c index a60fbc24f8f..556987ae410 100644 --- a/gdb/fbsd-tdep.c +++ b/gdb/fbsd-tdep.c @@ -24,9 +24,6 @@ #include "regset.h" #include "gdbthread.h" -#include "gdb_assert.h" -#include - #include "elf-bfd.h" #include "fbsd-tdep.h"