diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 78b7271..4770a6c 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -27,7 +27,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "varasm.h" #include "calls.h" #include "print-tree.h" |