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 a760594c02a4726cf2ef0446f45bdf9d4357dc7b..7417e14478ad4e8ee49bcabd52b21b4cbf156ab0 100644 (file)
@@ -1,3 +1,7 @@
+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.
index dc47c7356abfa762b5c64660744d3a711835ea6a..635284ddbd660992ffb19043bc0953e579debbe4 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"