Remove unnecessary include.

llvm-svn: 171612
This commit is contained in:
Chandler Carruth 2013-01-05 08:12:59 +00:00
parent c91006f741
commit a56c3200aa
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#ifndef LLVM_TRANSFORMS_TARGET_TRANSFORM_INTERFACE
#define LLVM_TRANSFORMS_TARGET_TRANSFORM_INTERFACE
#include "llvm/AddressingMode.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Type.h"
#include "llvm/Pass.h"