make sure the file's matching header is #include'd first.

llvm-svn: 149113
This commit is contained in:
Chris Lattner 2012-01-27 01:47:28 +00:00
parent 67b57ec4e3
commit 52e0244bed

View File

@ -13,11 +13,9 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Function.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstr.h"