]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/convert.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / convert.c
index 498d3a5c748c8d171382375cdd43809807f31269..941efb57cf9a5f597e2abc659a0cef502684b9ca 100644 (file)
@@ -24,15 +24,14 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
-#include "alias.h"
+#include "target.h"
 #include "tree.h"
+#include "diagnostic-core.h"
+#include "alias.h"
 #include "fold-const.h"
 #include "stor-layout.h"
 #include "flags.h"
 #include "convert.h"
-#include "diagnostic-core.h"
-#include "target.h"
 #include "langhooks.h"
 #include "builtins.h"
 #include "ubsan.h"