forked from Imagelibrary/binutils-gdb
Remove an include of common/queue.h
event-loop.c does not need to include common/queue.h, so this removes it. gdb/ChangeLog 2019-04-19 Tom Tromey <tom@tromey.com> * event-loop.c: Don't include "common/queue.h".
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2019-04-19 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* event-loop.c: Don't include "common/queue.h".
|
||||||
|
|
||||||
2019-04-19 Tom Tromey <tom@tromey.com>
|
2019-04-19 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* remote.c (remote_target): Use delete.
|
* remote.c (remote_target): Use delete.
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "event-loop.h"
|
#include "event-loop.h"
|
||||||
#include "event-top.h"
|
#include "event-top.h"
|
||||||
#include "common/queue.h"
|
|
||||||
#include "ser-event.h"
|
#include "ser-event.h"
|
||||||
|
|
||||||
#ifdef HAVE_POLL
|
#ifdef HAVE_POLL
|
||||||
|
|||||||
Reference in New Issue
Block a user