2000-06-07 Philippe De Muyter <phdm@macqel.be>
authorPhil Blundell <philb@gnu.org>
Wed, 7 Jun 2000 19:28:53 +0000 (19:28 +0000)
committerPhil 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
gprof/source.c

index caba759..54aaf3d 100644 (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,
index 49ba57e..039e876 100644 (file)
@@ -1,8 +1,6 @@
 /*
  * Keeps track of source files.
  */
-#include <sys/stat.h>
-
 #include "gprof.h"
 #include "libiberty.h"
 #include "filenames.h"