diff options
Diffstat (limited to 'gcc/ccmp.c')
-rw-r--r-- | gcc/ccmp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ccmp.c b/gcc/ccmp.c index e6ac7145c91..3216669dad7 100644 --- a/gcc/ccmp.c +++ b/gcc/ccmp.c @@ -23,7 +23,17 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "rtl.h" #include "tm_p.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 "stringpool.h" #include "stor-layout.h" #include "regs.h" |