Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / unittests / ExecutionEngine / JIT / IntelJITEventListenerTest.cpp
index 438350c187cec5b0856dced6ab3f9eb43520d7cb..d3f66a27e9420b75f1e82c8ccc2ce266c3fcebfc 100644 (file)
 
 using namespace llvm;
 
-#include "llvm/ExecutionEngine/IntelJITEventsWrapper.h"
+// Because we want to keep the implementation details of the Intel API used to
+// communicate with Amplifier out of the public header files, the header below
+// is included from the source tree instead.
+#include "../../../lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h"
 
 #include <map>
 #include <list>