* 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 02c4fc8c99848c69e5c79351c154142fa6e4c8b0..ff0332d8b6ce49e287720f5fb25c220bbd44cb16 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 66227cf6bb8f08d2c902aa5ab657b31cbd7ec477..b3a97ae5250f717f8ed7cdc2fc75869174bb6bbd 100644 (file)
@@ -17,7 +17,6 @@
 */
 
 #include <stdlib.h>
-#include <stdio.h>
 #include <sys/types.h>
 #include <unistd.h>
 
This page took 0.039419 seconds and 4 git commands to generate.