diff options
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index f6bdfa7..69dfe97 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -23,15 +23,9 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "diagnostic-core.h" /* for fatal_error */ -#include "sbitmap.h" -#include "predict.h" -#include "tm.h" +#include "backend.h" #include "hard-reg-set.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" #include "cfganal.h" -#include "basic-block.h" #include "cfgloop.h" #include "graph.h" #include "dumpfile.h" |