summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2000-06-07 20:11:19 +0000
committerPhil Blundell <philb@gnu.org>2000-06-07 20:11:19 +0000
commit64b3da2457d157a89eba48906c16474c23c2dc9c (patch)
tree6a9682900744fbf668f3aaf567f46d6d2203affb
parent5aa0280da2190e7b398f8fbcf0c924b3b9a5f5bb (diff)
downloadbinutils-redhat-64b3da2457d157a89eba48906c16474c23c2dc9c.tar.gz
2000-06-07 Philippe De Muyter <phdm@macqel.be>
* source.c: Remove direct inclusion of sys/stat.h.
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/source.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 6465c1be27..47ca5b37ef 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-07 Philippe De Muyter <phdm@macqel.be>
+
+ * source.c: Remove direct inclusion of sys/stat.h.
+
2000-05-31 Nick Clifton <nickc@cygnus.com>
* gprof.h (_): Revert previous delta. We want to use gettext,
diff --git a/gprof/source.c b/gprof/source.c
index 49ba57e61d..039e876013 100644
--- a/gprof/source.c
+++ b/gprof/source.c
@@ -1,8 +1,6 @@
/*
* Keeps track of source files.
*/
-#include <sys/stat.h>
-
#include "gprof.h"
#include "libiberty.h"
#include "filenames.h"