[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / Target / XCore / XCoreAsmPrinter.cpp
index 3ec9d0f9e2264042d0476ce606c2f92ab00a896b..ea4f1964a782be798cdb966616b4991c1b9f7895 100644 (file)
@@ -28,9 +28,9 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineJumpTableInfo.h"
 #include "llvm/CodeGen/MachineModuleInfo.h"
-#include "llvm/DebugInfo.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Mangler.h"
 #include "llvm/IR/Module.h"