Remove unused include following r199929
authorAlp Toker <alp@nuanti.com>
Thu, 23 Jan 2014 20:01:21 +0000 (20:01 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 23 Jan 2014 20:01:21 +0000 (20:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199930 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/RemoteTarget.cpp

index 561055f43bd0db4b3b8ab4a872df89aeb16881f3..55fc064ad37459d3810f54c29e96c9049593688e 100644 (file)
@@ -13,7 +13,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "RemoteTarget.h"
-#include "RemoteTargetExternal.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Memory.h"