summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-11 08:32:49 +0000
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-11 08:32:49 +0000
commit0192f8eab76ece580a46aaf2036a3cfb1a6a9bce (patch)
tree240526fce6ae7f4d7f7782e374c971ffde148bbb /gcc/gcov.c
parentcb403778e991ef7c6f3287309a0f619fc9e8609c (diff)
downloadgcc-0192f8eab76ece580a46aaf2036a3cfb1a6a9bce.tar.gz
* cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h". * collect2.c: Likewise. * cpplib.h: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * getpwd.c: Likewise. * protoize.c: Likewise. * toplev.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 102b14d7951..317137dc4d4 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -43,7 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#include "system.h"
-#include <sys/stat.h>
#include "gcov-io.h"