diff options
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index f95a525e9a9..fad48b4a813 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -24,6 +24,18 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "diagnostic-core.h" /* for fatal_error */ #include "sbitmap.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "cfganal.h" #include "basic-block.h" #include "cfgloop.h" #include "graph.h" |