diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-10-29 22:37:11 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-10-29 22:40:01 -0400 |
commit | 16c5c17e43b34c6cc5337b40e927bc2d05c38300 (patch) | |
tree | d353536aa82e49737a7034b41250fca00aebe7fb /gdb/darwin-nat.c | |
parent | 7f9cb5d275e71a75e97230241ec7da6718a7a0f5 (diff) | |
download | gdb-16c5c17e43b34c6cc5337b40e927bc2d05c38300.zip gdb-16c5c17e43b34c6cc5337b40e927bc2d05c38300.tar.gz gdb-16c5c17e43b34c6cc5337b40e927bc2d05c38300.tar.bz2 |
darwin-nat: Remove gdb.h include
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.
Diffstat (limited to 'gdb/darwin-nat.c')
-rw-r--r-- | gdb/darwin-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index dc47c73..635284d 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -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" |