[MCJIT] Remove #include of JITMemoryManager that accidentally survived r218316.
authorLang Hames <lhames@gmail.com>
Tue, 23 Sep 2014 17:02:24 +0000 (17:02 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 23 Sep 2014 17:02:24 +0000 (17:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218317 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/MCJIT/MCJIT.cpp

index efd30ba7580a2ba15ae5f0fe9303ce3de416f85b..9469d108e2e3167fb8313d7f650b2db30b5c8bf8 100644 (file)
@@ -10,7 +10,6 @@
 #include "MCJIT.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/ExecutionEngine/JITEventListener.h"
-#include "llvm/ExecutionEngine/JITMemoryManager.h"
 #include "llvm/ExecutionEngine/MCJIT.h"
 #include "llvm/ExecutionEngine/ObjectBuffer.h"
 #include "llvm/ExecutionEngine/ObjectImage.h"