[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / tools / opt / BreakpointPrinter.cpp
index 2b7f21893a4e213f868c5de93f305f772613bf61..66e93fde3802e7c4195f4bba6b8167e952ceadf7 100644 (file)
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 #include "BreakpointPrinter.h"
 #include "llvm/ADT/StringSet.h"
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/raw_ostream.h"