[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / Transforms / Instrumentation / GCOVProfiling.cpp
index d36923758b104e4e5d10514df724e9aab65ce6be..d990de2a18196737aeba5495016c383f1db9e71b 100644 (file)
@@ -24,7 +24,7 @@
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/UniqueVector.h"
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/DebugLoc.h"
 #include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/InstIterator.h"