Remove an include of common/queue.h
authorTom Tromey <tom@tromey.com>
Sun, 7 Apr 2019 22:32:19 +0000 (16:32 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 19 Apr 2019 20:29:33 +0000 (14:29 -0600)
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".

gdb/ChangeLog
gdb/event-loop.c

index ac16a7b..67ba8b1 100644 (file)
@@ -1,5 +1,9 @@
 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>
+
        * remote.c (remote_target): Use delete.
        * remote-notif.h: Include <list>, not "common/queue.h".
        (notif_client_p): Remove typedef.
index ec776f5..caeb5f3 100644 (file)
@@ -20,7 +20,6 @@
 #include "defs.h"
 #include "event-loop.h"
 #include "event-top.h"
-#include "common/queue.h"
 #include "ser-event.h"
 
 #ifdef HAVE_POLL