mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
struct symtab;
|
||||
|
||||
#include "location.h"
|
||||
#include "vec.h"
|
||||
|
||||
/* Flags to pass to decode_line_1 and decode_line_full. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user