* ada-lang.c: Include gdb_vecs.h.
[deliverable/binutils-gdb.git] / gdb / tracepoint.h
index 8a1e77ceeb85185294e4eaacc7512e9a98ff4a63..00c4d7cb18bb60c8458584324c04b5cb13256a67 100644 (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;
This page took 0.024282 seconds and 4 git commands to generate.