diff options
Diffstat (limited to 'gcc/config/default-c.c')
-rw-r--r-- | gcc/config/default-c.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/config/default-c.c b/gcc/config/default-c.c index 26c41f40935..549382248df 100644 --- a/gcc/config/default-c.c +++ b/gcc/config/default-c.c @@ -1,5 +1,5 @@ /* Default C-family target hooks initializer. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of GCC. @@ -21,6 +21,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "c-family/c-target.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 "c-family/c-target-def.h" /* Do not include tm.h or tm_p.h here; if it is useful for a target to |