diff options
Diffstat (limited to 'include/llvm/Analysis/DSGraphTraits.h')
-rw-r--r-- | include/llvm/Analysis/DSGraphTraits.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSGraphTraits.h b/include/llvm/Analysis/DSGraphTraits.h index 95cbbd7b0c..7ea30c02c0 100644 --- a/include/llvm/Analysis/DSGraphTraits.h +++ b/include/llvm/Analysis/DSGraphTraits.h @@ -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" |