From: Phil Blundell Date: Wed, 7 Jun 2000 20:11:19 +0000 (+0000) Subject: 2000-06-07 Philippe De Muyter X-Git-Tag: binutils-2_10~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb0ef068ed05f48d5c4ea7be4b0bb2eac7bc5c49;p=thirdparty%2Fbinutils-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 6465c1be273..47ca5b37efe 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"