[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
index d0f1459a2f45424782d962eb80da8de4e02954e3..9a1805683d78544c1f869e1e8b2a458e3ee57299 100644 (file)
@@ -33,8 +33,8 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineModuleInfoImpls.h"
 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
-#include "llvm/DebugInfo.h"
 #include "llvm/IR/Constants.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/Mangler.h"
 #include "llvm/IR/Module.h"