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 caba759b8f11094e35fe47791534b3b5a1af890b..54aaf3dda6b050459176b82ca5bc96679f62ebdb 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"
This page took 0.027179 seconds and 4 git commands to generate.