diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 34dc9aa..e8e9412 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -37,6 +37,11 @@ along with GCC; see the file COPYING3. If not see #include "stor-layout.h" #include "expr.h" #include "reload.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "ggc.h" #include "langhooks.h" @@ -44,12 +49,10 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "diagnostic-core.h" #include "toplev.h" -#include "hashtab.h" #include "df.h" #include "debug.h" #include "obstack.h" #include "hash-table.h" -#include "vec.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |