diff options
Diffstat (limited to 'gcc/tree-nrv.c')
-rw-r--r-- | gcc/tree-nrv.c | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c index b1707e805a8..f4b162a6865 100644 --- a/gcc/tree-nrv.c +++ b/gcc/tree-nrv.c @@ -21,11 +21,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "tree.h" -#include "hashtab.h" #include "hash-set.h" -#include "vec.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 "hard-reg-set.h" #include "input.h" #include "function.h" |