darwin-nat: Remove gdb.h include

gdb.h has been removed in

  Eliminate catch_exceptions/catch_exceptions_with_msg
  65630365f7

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

gdb/ChangeLog:

	* darwin-nat.c: Remove include of gdb.h.
This commit is contained in:
Simon Marchi 2017-10-29 22:37:11 -04:00
parent 7f9cb5d275
commit 16c5c17e43
2 changed files with 4 additions and 1 deletions

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

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