Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSGraphTraits.h
index 95cbbd7b0c9364f463a81b71bfed0f91f94f1b91..7ea30c02c0db412b6b727ab9c7d459c2a7fc8d3e 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef LLVM_ANALYSIS_DSGRAPHTRAITS_H
 #define LLVM_ANALYSIS_DSGRAPHTRAITS_H
 
-#include <assert.h>
-
 #include "llvm/Analysis/DSGraph.h"
 #include "Support/GraphTraits.h"
 #include "Support/iterator"