]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/stmt.c
function.h: Flatten file.
[thirdparty/gcc.git] / gcc / stmt.c
index 6d4eed9613beb8353e535d7905fcbf8186249fe1..96a4c627ad16745d9c7bfddac9638d6337fbbef2 100644 (file)
@@ -35,19 +35,22 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm_p.h"
 #include "flags.h"
 #include "except.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "input.h"
 #include "function.h"
 #include "insn-config.h"
 #include "expr.h"
 #include "libfuncs.h"
 #include "recog.h"
-#include "machmode.h"
 #include "diagnostic-core.h"
 #include "output.h"
 #include "langhooks.h"
 #include "predict.h"
 #include "optabs.h"
 #include "target.h"
-#include "hash-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"