Remove unnecessary include from linespec.h

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".
This commit is contained in:
Tom Tromey 2018-03-31 12:55:32 -06:00
parent 8e8d776ead
commit 8a76bd3ba4
2 changed files with 4 additions and 1 deletions

View 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.

View File

@ -20,7 +20,6 @@
struct symtab;
#include "location.h"
#include "vec.h"
/* Flags to pass to decode_line_1 and decode_line_full. */