diff options
author | Phil Blundell <philb@gnu.org> | 2000-06-07 19:28:53 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-06-07 19:28:53 +0000 |
commit | 1c29ef459ac812daf71acb863bedb7d5b88221d7 (patch) | |
tree | 71d26d791cd63ec4e275408beab8ceff7a44eb3e /gprof/source.c | |
parent | e38c9cc2030a0a2e9a9f107aced3def8f66e7b8e (diff) | |
download | binutils-gdb-1c29ef459ac812daf71acb863bedb7d5b88221d7.tar.gz |
2000-06-07 Philippe De Muyter <phdm@macqel.be>
* source.c: Remove direct inclusion of sys/stat.h.
Diffstat (limited to 'gprof/source.c')
-rw-r--r-- | gprof/source.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <sys/stat.h> - #include "gprof.h" #include "libiberty.h" #include "filenames.h" |