diff options
author | Phil Blundell <philb@gnu.org> | 2000-06-07 20:11:19 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-06-07 20:11:19 +0000 |
commit | cb0ef068ed05f48d5c4ea7be4b0bb2eac7bc5c49 (patch) | |
tree | 9028ec5736c140573c585bbaa74061a4cb918d97 | |
parent | 11434cef730797d80bb97a479331b5ba04307a26 (diff) | |
download | gdb-cb0ef068ed05f48d5c4ea7be4b0bb2eac7bc5c49.zip gdb-cb0ef068ed05f48d5c4ea7be4b0bb2eac7bc5c49.tar.gz gdb-cb0ef068ed05f48d5c4ea7be4b0bb2eac7bc5c49.tar.bz2 |
2000-06-07 Philippe De Muyter <phdm@macqel.be>
* source.c: Remove direct inclusion of sys/stat.h.
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/source.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 6465c1b..47ca5b3 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 49ba57e..039e876 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" |