From 1c29ef459ac812daf71acb863bedb7d5b88221d7 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Wed, 7 Jun 2000 19:28:53 +0000 Subject: [PATCH] 2000-06-07 Philippe De Muyter * source.c: Remove direct inclusion of sys/stat.h. --- gprof/ChangeLog | 4 ++++ gprof/source.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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" -- 2.30.2