The const_char_ptr is no longer used, so it can be removed.
ChangeLog
2018-05-29 Tom Tromey <tom@tromey.com>
* objc-lang.h: Don't include cp-support.h.
* common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
declare VEC.
+2018-05-29 Tom Tromey <tom@tromey.com>
+
+ * objc-lang.h: Don't include cp-support.h.
+ * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
+ declare VEC.
+
2018-05-27 Tom Tromey <tom@tromey.com>
* Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
#include "vec.h"
-typedef const char *const_char_ptr;
-
-DEF_VEC_P (const_char_ptr);
-
/* Split STR, a list of DELIMITER-separated fields, into a char pointer vector.
You may modify the returned strings. */
#if !defined(OBJC_LANG_H)
#define OBJC_LANG_H
-#include "cp-support.h" /* For VEC (const_char_ptr) */
-
struct stoken;
struct value;