diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-01-06 14:26:45 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-01-06 14:26:45 +0000 |
commit | 051d2ddae5a2289d1f253b563e57a8e8496a06bb (patch) | |
tree | 70d8c8f205e2e7ea00594ff4cbe69707a3a284d1 /gdb/inf-loop.c | |
parent | 8018d34f1e5d94ffe1f12ac2455429c6f713c518 (diff) | |
download | gdb-051d2ddae5a2289d1f253b563e57a8e8496a06bb.zip gdb-051d2ddae5a2289d1f253b563e57a8e8496a06bb.tar.gz gdb-051d2ddae5a2289d1f253b563e57a8e8496a06bb.tar.bz2 |
Include target.h in inf-loop.h
$ make check-headers CHECK_HEADERS="target.h inf-loop.h"
...
../../binutils-gdb/gdb/inf-loop.h:23:42: error: use of enum 'inferior_event_type' without previous declaration
extern void inferior_event_handler (enum inferior_event_type event_type,
^
gdb:
2017-01-06 Yao Qi <yao.qi@linaro.org>
* inf-loop.c: Don't include "target.h".
* inf-loop.h: Include it here.
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 679149e..bb9fa01 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -20,7 +20,6 @@ #include "defs.h" #include "inferior.h" #include "infrun.h" -#include "target.h" /* For enum inferior_event_type. */ #include "event-loop.h" #include "event-top.h" #include "inf-loop.h" |