* gdb.base/inferior-died.c: Don't include stdio.h.
authorTom Tromey <tromey@redhat.com>
Thu, 16 Feb 2012 14:42:51 +0000 (14:42 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Feb 2012 14:42:51 +0000 (14:42 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/inferior-died.c

index 02c4fc8..ff0332d 100644 (file)
@@ -1,5 +1,9 @@
 2012-02-16  Tom Tromey  <tromey@redhat.com>
 
+       * gdb.base/inferior-died.c: Don't include stdio.h.
+
+2012-02-16  Tom Tromey  <tromey@redhat.com>
+
        * gdb.base/inferior-died.c: New file.
        * gdb.base/inferior-died.exp: New file.
 
index 66227cf..b3a97ae 100644 (file)
@@ -17,7 +17,6 @@
 */
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <sys/types.h>
 #include <unistd.h>