]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/var-tracking.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / var-tracking.c
index 53c9319c799e9402c35db5a1437049269fd77ff5..76fbf491c9f900ebdead5d323378debd884678ff 100644 (file)
 #include "coretypes.h"
 #include "tm.h"
 #include "rtl.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 "varasm.h"
 #include "stor-layout.h"
 #include "hash-map.h"
 #include "hash-table.h"
 #include "predict.h"
-#include "vec.h"
-#include "hashtab.h"
-#include "hash-set.h"
-#include "machmode.h"
 #include "hard-reg-set.h"
 #include "input.h"
 #include "function.h"