darwin-nat: Remove gdb.h include
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 30 Oct 2017 02:37:11 +0000 (22:37 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 30 Oct 2017 02:40:01 +0000 (22:40 -0400)
gdb.h has been removed in

  Eliminate catch_exceptions/catch_exceptions_with_msg
  65630365f7d073430e62b4fe65f34dcdc0a4b05e

Remove the include in darwin-nat.c.  Tested by rebuilding.

gdb/ChangeLog:

* darwin-nat.c: Remove include of gdb.h.

gdb/ChangeLog
gdb/darwin-nat.c

index a760594..7417e14 100644 (file)
@@ -1,5 +1,9 @@
 2017-10-29  Simon Marchi  <simon.marchi@ericsson.com>
 
+       * darwin-nat.c: Remove include of gdb.h.
+
+2017-10-29  Simon Marchi  <simon.marchi@ericsson.com>
+
        * xtensa-xtregs.c: Fix formatting issues.
 
 2017-10-29  Simon Marchi  <simon.marchi@ericsson.com>
index dc47c73..635284d 100644 (file)
@@ -25,7 +25,6 @@
 #include "symfile.h"
 #include "symtab.h"
 #include "objfiles.h"
-#include "gdb.h"
 #include "gdbcmd.h"
 #include "gdbcore.h"
 #include "gdbthread.h"