diff --git a/lib/CodeGen/InstrSelection/InstrSelection.cpp b/lib/CodeGen/InstrSelection/InstrSelection.cpp index 85725920f4e..dbb0f8672a6 100644 --- a/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/lib/CodeGen/InstrSelection/InstrSelection.cpp @@ -15,6 +15,7 @@ //*************************** User Include Files ***************************/ +#include "llvm/CodeGen/InstrSelection.h" #include "llvm/Support/CommandLine.h" #include "llvm/Type.h" #include "llvm/iMemory.h" @@ -22,7 +23,6 @@ #include "llvm/BasicBlock.h" #include "llvm/Method.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/InstrSelection.h" //************************* Forward Declarations ***************************/ diff --git a/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp b/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp index 85725920f4e..dbb0f8672a6 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp @@ -15,6 +15,7 @@ //*************************** User Include Files ***************************/ +#include "llvm/CodeGen/InstrSelection.h" #include "llvm/Support/CommandLine.h" #include "llvm/Type.h" #include "llvm/iMemory.h" @@ -22,7 +23,6 @@ #include "llvm/BasicBlock.h" #include "llvm/Method.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/InstrSelection.h" //************************* Forward Declarations ***************************/