Remove trailing whitespace
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
index c42f6558007bb0062a14996dc820654195434253..95d4c37a561cb4ac09581d8a7767010db7df0833 100644 (file)
@@ -16,9 +16,9 @@
 #define LLVM_CODEGEN_SELECTIONDAG_ISEL_H
 
 #include "llvm/BasicBlock.h"
-#include "llvm/Pass.h"
-#include "llvm/CodeGen/SelectionDAG.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/CodeGen/SelectionDAG.h"
+#include "llvm/Pass.h"
 
 namespace llvm {
   class FastISel;