Remove const_char_ptr typedef

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.
This commit is contained in:
Tom Tromey
2018-05-29 00:14:58 -06:00
parent fe1658217f
commit 4f7deebe0c
3 changed files with 6 additions and 6 deletions

View File

@ -20,8 +20,6 @@
#if !defined(OBJC_LANG_H)
#define OBJC_LANG_H
#include "cp-support.h" /* For VEC (const_char_ptr) */
struct stoken;
struct value;