[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
index e6ad2f1d0dacbcff18067ee2032a492a7bb4f07c..8742a4d1be9e670a60bfc210833d0a5f34515b54 100644 (file)
@@ -22,8 +22,8 @@
 #include "llvm/CodeGen/MachineJumpTableInfo.h"
 #include "llvm/CodeGen/MachineModuleInfoImpls.h"
 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
-#include "llvm/DebugInfo.h"
 #include "llvm/IR/CallingConv.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Mangler.h"
 #include "llvm/IR/Module.h"