[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / Analysis / ModuleDebugInfoPrinter.cpp
index b64847b14dd104fa257b94472de7c73af5177efc..33ad8c5e9459e132dfae8e11e224e810412ccef7 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "llvm/Analysis/Passes.h"
 #include "llvm/ADT/Statistic.h"
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/Function.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/ErrorHandling.h"