* gdb.base/inferior-died.c: Don't include stdio.h.
This commit is contained in:
parent
9addecb9fb
commit
32d22ab151
|
@ -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.
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue