* ada-lang.c: Include gdb_vecs.h.
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index 29956d7da292841465f1052f1448c78cccf4ab8b..11ff73f88c9e9ee1ca0448162e9f57c942630758 100644 (file)
@@ -57,6 +57,7 @@
 #include "observer.h"
 #include "vec.h"
 #include "stack.h"
+#include "gdb_vecs.h"
 
 #include "psymtab.h"
 #include "value.h"
@@ -5628,8 +5629,6 @@ symbol_completion_match (const char *sym_name,
   return sym_name;
 }
 
-DEF_VEC_P (char_ptr);
-
 /* A companion function to ada_make_symbol_completion_list().
    Check if SYM_NAME represents a symbol which name would be suitable
    to complete TEXT (TEXT_LEN is the length of TEXT), in which case
This page took 0.03004 seconds and 4 git commands to generate.