projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38c9cc
)
2000-06-07 Philippe De Muyter <phdm@macqel.be>
author
Phil Blundell
<philb@gnu.org>
Wed, 7 Jun 2000 19:28:53 +0000
(19:28 +0000)
committer
Phil Blundell
<philb@gnu.org>
Wed, 7 Jun 2000 19:28:53 +0000
(19:28 +0000)
* source.c: Remove direct inclusion of sys/stat.h.
gprof/ChangeLog
patch
|
blob
|
history
gprof/source.c
patch
|
blob
|
history
diff --git
a/gprof/ChangeLog
b/gprof/ChangeLog
index caba759b8f11094e35fe47791534b3b5a1af890b..54aaf3dda6b050459176b82ca5bc96679f62ebdb 100644
(file)
--- 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 49ba57e61daa84d5182f9f7869e18ccd95804bb9..039e876013824e8f30caa9e470191f11d8d4b0a1 100644
(file)
--- 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"