2011-05-27 Pedro Alves <pedro@codesourcery.com>

gdb/
	* defs.h (struct thread_info, struct inferior): Delete forward
	declarations.
	* breakpoint.h (struct thread_info): New forward declaration.
	* observer.sh (struct inferior): New forward declaration.
	* python/python-internal.h (struct inferior): New forward
	declaration.
This commit is contained in:
Pedro Alves
2011-05-27 18:39:49 +00:00
parent be34f8494e
commit 619cebe87f
5 changed files with 12 additions and 3 deletions

View File

@ -106,6 +106,7 @@ struct value;
struct language_defn;
struct program_space;
struct bpstats;
struct inferior;
extern PyObject *gdb_module;
extern PyTypeObject value_object_type;