* ada-lang.c: Include gdb_vecs.h.

* charset.c: Include gdb_vecs.h.
	* tracepoint.h: Include gdb_vecs.h.
	* gdb_vecs.h: New file.
This commit is contained in:
Tom Tromey
2012-01-24 21:36:37 +00:00
parent f90263c124
commit fa86499982
5 changed files with 38 additions and 6 deletions

View File

@@ -22,6 +22,7 @@
#include "breakpoint.h"
#include "target.h"
#include "memrange.h"
#include "gdb_vecs.h"
/* A trace state variable is a value managed by a target being
traced. A trace state variable (or tsv for short) can be accessed
@@ -143,8 +144,6 @@ extern char *default_collect;
/* Struct to collect random info about tracepoints on the target. */
DEF_VEC_P (char_ptr);
struct uploaded_tp
{
int number;