diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-05-06 12:33:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-05-06 12:33:00 +0000 |
commit | d1d69afb196e15a77882a9a196dd66520b924149 (patch) | |
tree | c955ca90d635ffc3a314077328a64accc93f730b /gdb/amd64-darwin-tdep.c | |
parent | b21c850d8f98d7b28399fcb68f563f5a008d1f8e (diff) | |
download | gdb-d1d69afb196e15a77882a9a196dd66520b924149.zip gdb-d1d69afb196e15a77882a9a196dd66520b924149.tar.gz gdb-d1d69afb196e15a77882a9a196dd66520b924149.tar.bz2 |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/amd64-darwin-tdep.c b/gdb/amd64-darwin-tdep.c index acf7815..ec3a636 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" |