Remove an unnecessary #include.

llvm-svn: 85661
This commit is contained in:
Dan Gohman 2009-10-31 14:39:43 +00:00
parent 793119ef88
commit 0f8d034e2f

View File

@ -15,7 +15,6 @@
#define DEBUG_TYPE "loop-unroll"
#include "llvm/IntrinsicInst.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"