2000-06-07 Philippe De Muyter <phdm@macqel.be>

* source.c: Remove direct inclusion of sys/stat.h.
This commit is contained in:
Phil Blundell 2000-06-07 19:28:53 +00:00
parent e38c9cc203
commit 1c29ef459a
2 changed files with 4 additions and 2 deletions

View File

@ -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,

View File

@ -1,8 +1,6 @@
/*
* Keeps track of source files.
*/
#include <sys/stat.h>
#include "gprof.h"
#include "libiberty.h"
#include "filenames.h"