Remove unused #include.
authorBill Wendling <isanbard@gmail.com>
Mon, 20 May 2013 20:59:12 +0000 (20:59 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 20 May 2013 20:59:12 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182315 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/AddressSanitizer.cpp

index 623c4705061ef9cd316cf3edcdfb826a7433675a..b5655ecf93791049ef5a7906d948032ecb835b80 100644 (file)
@@ -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"