From: Alp Toker Date: Thu, 23 Jan 2014 20:01:21 +0000 (+0000) Subject: Remove unused include following r199929 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a4bb03774f815a7f203a3e01a1b61d1134e6496f;p=oota-llvm.git Remove unused include following r199929 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199930 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/RemoteTarget.cpp b/tools/lli/RemoteTarget.cpp index 561055f43bd..55fc064ad37 100644 --- a/tools/lli/RemoteTarget.cpp +++ b/tools/lli/RemoteTarget.cpp @@ -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"