From: Benjamin Kramer Date: Sat, 5 Sep 2009 08:50:14 +0000 (+0000) Subject: Delete unused #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ee3d6fd219da0e528ddfc170c6058bd78473eccc;p=oota-llvm.git Delete unused #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81076 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/SparseBitVector.h b/include/llvm/ADT/SparseBitVector.h index f5bf4310530..18a99cb0d8b 100644 --- a/include/llvm/ADT/SparseBitVector.h +++ b/include/llvm/ADT/SparseBitVector.h @@ -15,15 +15,14 @@ #ifndef LLVM_ADT_SPARSEBITVECTOR_H #define LLVM_ADT_SPARSEBITVECTOR_H -#include -#include -#include -#include "llvm/ADT/STLExtras.h" #include "llvm/ADT/ilist.h" #include "llvm/ADT/ilist_node.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/raw_ostream.h" +#include +#include +#include namespace llvm {