diff options
Diffstat (limited to 'gcc/godump.c')
-rw-r--r-- | gcc/godump.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/godump.c b/gcc/godump.c index 7a629aefee0..4147f754731 100644 --- a/gcc/godump.c +++ b/gcc/godump.c @@ -31,6 +31,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "diagnostic-core.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 "options.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "ggc.h" #include "hash-set.h" |