From 1decd56b8dec415b9d2270d636226b9fdb0b9c25 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 4 Mar 2014 10:07:28 +0000 Subject: [cleanup] Re-sort all the includes with utils/sort_includes.py. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202811 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/PassPrinters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/PassPrinters.cpp') diff --git a/tools/opt/PassPrinters.cpp b/tools/opt/PassPrinters.cpp index c91d6c837c..b809d1d405 100644 --- a/tools/opt/PassPrinters.cpp +++ b/tools/opt/PassPrinters.cpp @@ -15,8 +15,8 @@ #include "llvm/Analysis/CallGraphSCCPass.h" #include "llvm/Analysis/LoopPass.h" #include "llvm/Analysis/RegionPass.h" -#include "llvm/Pass.h" #include "llvm/IR/Function.h" +#include "llvm/Pass.h" #include using namespace llvm; -- cgit v1.2.3