Remove unnecessary include.

llvm-svn: 43117
This commit is contained in:
Evan Cheng 2007-10-18 07:47:55 +00:00
parent 84f3461c49
commit 0b18ddf55a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/IndexedMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Allocator.h"