From: Bill Wendling Date: Mon, 20 May 2013 20:59:12 +0000 (+0000) Subject: Remove unused #include. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d02c8f4066ddf35f606582d914ee17834cb14e15;p=oota-llvm.git Remove unused #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/lib/Transforms/Instrumentation/AddressSanitizer.cpp index 623c4705061..b5655ecf937 100644 --- a/lib/Transforms/Instrumentation/AddressSanitizer.cpp +++ b/lib/Transforms/Instrumentation/AddressSanitizer.cpp @@ -41,7 +41,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/system_error.h" -#include "llvm/Target/TargetMachine.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" #include "llvm/Transforms/Utils/BlackList.h" #include "llvm/Transforms/Utils/Local.h"