]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2000-06-07 Philippe De Muyter <phdm@macqel.be>
authorPhil Blundell <philb@gnu.org>
Wed, 7 Jun 2000 20:11:19 +0000 (20:11 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 7 Jun 2000 20:11:19 +0000 (20:11 +0000)
* source.c: Remove direct inclusion of sys/stat.h.

gprof/ChangeLog
gprof/source.c

index 6465c1be27366f358cb4f79767b5a505ee707987..47ca5b37efeaaa0cba6b7dc68b32c791d83a71cd 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 49ba57e61daa84d5182f9f7869e18ccd95804bb9..039e876013824e8f30caa9e470191f11d8d4b0a1 100644 (file)
@@ -1,8 +1,6 @@
 /*
  * Keeps track of source files.
  */
-#include <sys/stat.h>
-
 #include "gprof.h"
 #include "libiberty.h"
 #include "filenames.h"