]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/langhooks.c
alias.c: Reorder #include statements and remove duplicates.
[thirdparty/gcc.git] / gcc / langhooks.c
index 83d916f26ea6181973fadbf7f154e2212e2da306..abe342c36613be635f7802afb47fbf015b2ecd4f 100644 (file)
@@ -21,26 +21,25 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "target.h"
+#include "function.h"
+#include "rtl.h"
+#include "tree.h"
+#include "timevar.h"
+#include "stringpool.h"
+#include "insn-config.h"
+#include "cgraph.h"
+#include "diagnostic.h"
 #include "intl.h"
-#include "tm.h"
 #include "toplev.h"
 #include "alias.h"
-#include "tree.h"
-#include "stringpool.h"
 #include "attribs.h"
 #include "tree-inline.h"
 #include "gimplify.h"
-#include "rtl.h"
-#include "insn-config.h"
 #include "flags.h"
 #include "langhooks.h"
-#include "target.h"
 #include "langhooks-def.h"
-#include "diagnostic.h"
 #include "tree-diagnostic.h"
-#include "function.h"
-#include "cgraph.h"
-#include "timevar.h"
 #include "output.h"
 
 /* Do nothing; in many cases the default hook.  */