Remove unnecessary include from linespec.h
authorTom Tromey <tom@tromey.com>
Sat, 31 Mar 2018 18:55:32 +0000 (12:55 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 5 Apr 2018 13:39:37 +0000 (07:39 -0600)
linespec.h was inculding vec.h, but doesn't expose any VECs.
So, this include can be removed.

ChangeLog
2018-04-05  Tom Tromey  <tom@tromey.com>

* linespec.h: Remove include of "vec.h".

gdb/ChangeLog
gdb/linespec.h

index a8228471e684d8175b379f152b950d7be3e29121..e725f13ccaad3ee5b5c49bd8ffc0b6615c3991e9 100644 (file)
@@ -1,3 +1,7 @@
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * linespec.h: Remove include of "vec.h".
+
 2018-04-05  Tom Tromey  <tom@tromey.com>
 
        * linespec.c (typep): Remove typedef.
index eced085e3eac2fb613ed2fea3141e0298fb87ee3..7251a963af9e6d2e6aa45a16020b58c98025a011 100644 (file)
@@ -20,7 +20,6 @@
 struct symtab;
 
 #include "location.h"
-#include "vec.h"
 
 /* Flags to pass to decode_line_1 and decode_line_full.  */