prune #includes.
authorChris Lattner <sabre@nondot.org>
Mon, 12 May 2008 01:13:53 +0000 (01:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 May 2008 01:13:53 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50962 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/SparsePropagation.cpp

index 9c18751ed6f855787393fa52b9f6c7f3654de758..c5d99d49e131a1aabf2d2d088ba1a0b1eadf6237 100644 (file)
 #include "llvm/Constants.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
-#include "llvm/Module.h"
-#include "llvm/Pass.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/Streams.h"
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//