diff options
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r-- | gcc/mode-switching.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index 379656d..f75fd5d 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -30,6 +30,11 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "basic-block.h" #include "tm_p.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "tree-pass.h" #include "df.h" |