projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8d776
)
Remove unnecessary include from linespec.h
author
Tom Tromey
<tom@tromey.com>
Sat, 31 Mar 2018 18:55:32 +0000
(12:55 -0600)
committer
Tom 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
patch
|
blob
|
history
gdb/linespec.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index a8228471e684d8175b379f152b950d7be3e29121..e725f13ccaad3ee5b5c49bd8ffc0b6615c3991e9 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/linespec.h
b/gdb/linespec.h
index eced085e3eac2fb613ed2fea3141e0298fb87ee3..7251a963af9e6d2e6aa45a16020b58c98025a011 100644
(file)
--- 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. */