summaryrefslogtreecommitdiff
path: root/gdb/amd64-darwin-tdep.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-05-06 12:33:00 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-05-06 12:33:00 +0000
commitb395cb33dba6c1bf90226e31de32a59c319963b7 (patch)
tree9944a7eed7835bcff80e959c00987b3726d55940 /gdb/amd64-darwin-tdep.c
parent64b107b6b447c11b4a7891470930e364df930e7a (diff)
downloadgdb-b395cb33dba6c1bf90226e31de32a59c319963b7.tar.gz
amd64-darwin-tdep.c: Remove #include "gdb_assert.h"
gdb_assert.h is already included from darwin-nat.h, so no need to include it again... gdb/ChangeLog: * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
Diffstat (limited to 'gdb/amd64-darwin-tdep.c')
-rw-r--r--gdb/amd64-darwin-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/amd64-darwin-tdep.c b/gdb/amd64-darwin-tdep.c
index acf781516a0..ec3a636bc45 100644
--- a/gdb/amd64-darwin-tdep.c
+++ b/gdb/amd64-darwin-tdep.c
@@ -35,7 +35,6 @@
#include "ui-out.h"
#include "symtab.h"
#include "frame.h"
-#include "gdb_assert.h"
#include "amd64-darwin-tdep.h"
#include "i386-darwin-tdep.h"
#include "solib.h"