]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 ac16a7bc7be5beae080ff47b7a995211a7f63225..67ba8b19f230954724e33371528594a9ca74f9c5 100644 (file)
@@ -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>
 
        * remote.c (remote_target): Use delete.
index ec776f59e8cd054c1962b4384c3c3a66dc995e05..caeb5f38d9b5b65f467dc8610724c2b9b71d9aaa 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