From: Phil Blundell Date: Wed, 7 Jun 2000 19:28:53 +0000 (+0000) Subject: 2000-06-07 Philippe De Muyter X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c29ef459ac812daf71acb863bedb7d5b88221d7;p=binutils-gdb.git 2000-06-07 Philippe De Muyter * source.c: Remove direct inclusion of sys/stat.h. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index caba759b8f1..54aaf3dda6b 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2000-06-07 Philippe De Muyter + + * source.c: Remove direct inclusion of sys/stat.h. + 2000-05-31 Nick Clifton * gprof.h (_): Revert previous delta. We want to use gettext, diff --git a/gprof/source.c b/gprof/source.c index 49ba57e61da..039e8760138 100644 --- a/gprof/source.c +++ b/gprof/source.c @@ -1,8 +1,6 @@ /* * Keeps track of source files. */ -#include - #include "gprof.h" #include "libiberty.h" #include "filenames.h"