2004-05-26 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Wed, 26 May 2004 15:38:40 +0000 (15:38 +0000)
committerRandolph Chung <tausq@debian.org>
Wed, 26 May 2004 15:38:40 +0000 (15:38 +0000)
* infttrace.h (target_waitkind): Forward declare type instead of pulling
in header file.

gdb/ChangeLog
gdb/infttrace.h

index 24bd0047511e5b62e7bb69327dc53ba77e3a09e9..7d3434a33b2dddc750a5b029d7375b1ed4ffb423 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 44786d949fae94e6be76c67391af725f2a7b12ef..c947cc02b922c547921ff6d70b57479aaa6376b0 100644 (file)
@@ -22,7 +22,7 @@
 #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);