diff options
Diffstat (limited to 'gcc/c-family/c-semantics.c')
-rw-r--r-- | gcc/c-family/c-semantics.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/c-family/c-semantics.c b/gcc/c-family/c-semantics.c index b7c7113..f6b8d22 100644 --- a/gcc/c-family/c-semantics.c +++ b/gcc/c-family/c-semantics.c @@ -22,13 +22,18 @@ 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 "hard-reg-set.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 "hard-reg-set.h" #include "function.h" #include "splay-tree.h" #include "c-common.h" |