Remove unnecessary include.
authorDevang Patel <dpatel@apple.com>
Mon, 28 Sep 2009 21:06:38 +0000 (21:06 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 28 Sep 2009 21:06:38 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83013 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Metadata.h

index 001bfca9616309915e789ef7db1aa248e0219e28..aef40bf11b70963d67e7682319983223ba109902 100644 (file)
@@ -23,7 +23,6 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/SmallSet.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/ilist_node.h"
 #include "llvm/Support/ErrorHandling.h"