johannes 03/01/08 16:37:34
Modified: live/gcc3/gcc cfganal.c
Log:
Remove bogus includes brought in by previous patch (obvious)
Revision Changes Path
1.3 +0 -2 src/live/gcc3/gcc/cfganal.c
Index: cfganal.c
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/cfganal.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfganal.c 2003/01/08 22:33:53 1.2
+++ cfganal.c 2003/01/09 00:37:34 1.3
@@ -22,8 +22,6 @@
/* This file contains various simple utilities to analyze the CFG. */
#include "config.h"
#include "system.h"
-#include "coretypes.h"
-#include "tm.h"
#include "rtl.h"
#include "hard-reg-set.h"
#include "basic-block.h"