Include target.h in inf-loop.h
authorYao Qi <yao.qi@linaro.org>
Fri, 6 Jan 2017 14:26:45 +0000 (14:26 +0000)
committerYao Qi <yao.qi@linaro.org>
Fri, 6 Jan 2017 14:26:45 +0000 (14:26 +0000)
commit051d2ddae5a2289d1f253b563e57a8e8496a06bb
tree70d8c8f205e2e7ea00594ff4cbe69707a3a284d1
parent8018d34f1e5d94ffe1f12ac2455429c6f713c518
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.
gdb/ChangeLog
gdb/inf-loop.c
gdb/inf-loop.h
This page took 0.026121 seconds and 4 git commands to generate.