diff options
Diffstat (limited to 'gcc/tree-chkp.c')
-rw-r--r-- | gcc/tree-chkp.c | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c index 4dda55282c9..c606040aa47 100644 --- a/gcc/tree-chkp.c +++ b/gcc/tree-chkp.c @@ -21,10 +21,20 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tree-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 "fold-const.h" #include "stor-layout.h" #include "varasm.h" -#include "tree.h" #include "target.h" #include "tree-iterator.h" #include "tree-cfg.h" |