[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / Transforms / Scalar / SampleProfile.cpp
index 7e3209db627bad4d1cc10a3ac8eb6ba114faa976..dcb9376e523c16c7ce97cf90ceded7de12481cfa 100644 (file)
@@ -33,8 +33,8 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/PostDominators.h"
-#include "llvm/DebugInfo.h"
 #include "llvm/IR/Constants.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/Dominators.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/InstIterator.h"