* infttrace.h (target_waitkind): Forward declare type instead of pulling
in header file.
+2004-05-26 Randolph Chung <tausq@debian.org>
+
+ * infttrace.h (target_waitkind): Forward declare type instead of pulling
+ in header file.
+
2004-05-25 Joel Brobecker <brobecker@gnat.com>
* NEWS: Document new "start" command.
#ifndef INFTTRACE_H
#define INFTTRACE_H
-#include "target.h" /* For enum target_waitkind. */
+enum target_waitkind;
extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int);
extern pid_t hppa_switched_threads (pid_t gdb_pid);