* gdb.base/inferior-died.c: Don't include stdio.h.

This commit is contained in:
Tom Tromey 2012-02-16 14:42:51 +00:00
parent 9addecb9fb
commit 32d22ab151
2 changed files with 4 additions and 1 deletions

View 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.

View File

@ -17,7 +17,6 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>