summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-uninit.c')
-rw-r--r--gcc/tree-ssa-uninit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/tree-ssa-uninit.c b/gcc/tree-ssa-uninit.c
index 3f7dbcf9228..39bea304bc1 100644
--- a/gcc/tree-ssa-uninit.c
+++ b/gcc/tree-ssa-uninit.c
@@ -22,21 +22,21 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
+#include "hard-reg-set.h"
#include "tree.h"
#include "gimple.h"
-#include "hard-reg-set.h"
+#include "tree-pass.h"
+#include "tm_p.h"
#include "ssa.h"
+#include "gimple-pretty-print.h"
+#include "diagnostic-core.h"
#include "alias.h"
#include "fold-const.h"
#include "flags.h"
-#include "tm_p.h"
-#include "gimple-pretty-print.h"
#include "internal-fn.h"
#include "gimple-iterator.h"
#include "tree-ssa.h"
#include "tree-inline.h"
-#include "tree-pass.h"
-#include "diagnostic-core.h"
#include "params.h"
#include "tree-cfg.h"