summaryrefslogtreecommitdiff
path: root/gcc/config/i386/winnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/winnt.c')
-rw-r--r--gcc/config/i386/winnt.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c
index 3e4c886fe47..14fd2531fc9 100644
--- a/gcc/config/i386/winnt.c
+++ b/gcc/config/i386/winnt.c
@@ -26,7 +26,17 @@ along with GCC; see the file COPYING3. If not see
#include "regs.h"
#include "hard-reg-set.h"
#include "output.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 "wide-int.h"
+#include "inchash.h"
#include "tree.h"
+#include "fold-const.h"
#include "stringpool.h"
#include "varasm.h"
#include "flags.h"
@@ -40,9 +50,6 @@ along with GCC; see the file COPYING3. If not see
#include "hash-table.h"
#include "vec.h"
#include "predict.h"
-#include "hashtab.h"
-#include "hash-set.h"
-#include "machmode.h"
#include "input.h"
#include "function.h"
#include "dominance.h"