This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] amd64-darwin-tdep.c: Remove #include "gdb_assert.h"


Hello,

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".

Tested on amd64-darwin.  Checked in.

---
 gdb/ChangeLog           |    4 ++++
 gdb/amd64-darwin-tdep.c |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0bf3699..9091b68 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-06  Joel Brobecker  <brobecker@adacore.com>
+
+	* amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
+
 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	* cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
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"
-- 
1.6.5.rc2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]