aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/fbsd-tdep.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9b74d16..1418de0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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.
* exceptions.h: Do not include common-exceptions.h.
diff --git a/gdb/fbsd-tdep.c b/gdb/fbsd-tdep.c
index a60fbc2..556987a 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 <string.h>
-
#include "elf-bfd.h"
#include "fbsd-tdep.h"