[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / ExecutionEngine / OProfileJIT / OProfileJITEventListener.cpp
index f11df82b784166b2fc3204a1ddf8a5313282ddea..f71b3ea4a43f92693c58621043b81cba379bac60 100644 (file)
@@ -16,7 +16,7 @@
 #include "llvm/ExecutionEngine/JITEventListener.h"
 
 #define DEBUG_TYPE "oprofile-jit-event-listener"
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/Function.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/CodeGen/MachineFunction.h"