From 8a76bd3ba43205b76226f41fe73e2840c2444742 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 31 Mar 2018 12:55:32 -0600 Subject: 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 * linespec.h: Remove include of "vec.h". --- gdb/linespec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/linespec.h') diff --git a/gdb/linespec.h b/gdb/linespec.h index eced085..7251a96 100644 --- a/gdb/linespec.h +++ b/gdb/linespec.h @@ -20,7 +20,6 @@ struct symtab; #include "location.h" -#include "vec.h" /* Flags to pass to decode_line_1 and decode_line_full. */ -- cgit v1.1