add a traits class for SmallPtrSet that allows us to stick things that are
[oota-llvm.git] / include / llvm / ADT / HashExtras.h
index 2912df264be69c9a055efe74cb729131ae35031b..85abf915e3c5790851fc853b94e39caa273c9fb2 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef LLVM_ADT_HASHEXTRAS_H
 #define LLVM_ADT_HASHEXTRAS_H
 
-#include "llvm/ADT/hash_map"
 #include <string>
 
 // Cannot specialize hash template from outside of the std namespace.