diff options
Diffstat (limited to 'gcc/gimple-fold.c')
-rw-r--r-- | gcc/gimple-fold.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index 2c79f8a..9344e0b 100644 --- a/gcc/gimple-fold.c +++ b/gcc/gimple-fold.c @@ -28,6 +28,12 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "stor-layout.h" #include "flags.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "dumpfile.h" #include "bitmap.h" |