diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-22 03:08:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-22 03:08:05 +0000 |
commit | 3889a2cb05c36f30050941679d5fd55d45e6a3ed (patch) | |
tree | ef8c51f49c7d038915d87d21f9c92954d92a617d /include/llvm/Instruction.h | |
parent | 18345bb93f0c9906dcf1d9ac45b8ee6e693c7bc5 (diff) | |
download | external_llvm-3889a2cb05c36f30050941679d5fd55d45e6a3ed.zip external_llvm-3889a2cb05c36f30050941679d5fd55d45e6a3ed.tar.gz external_llvm-3889a2cb05c36f30050941679d5fd55d45e6a3ed.tar.bz2 |
Remove a ton of extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instruction.h')
-rw-r--r-- | include/llvm/Instruction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index aaf2d72..5f61b2d 100644 --- a/include/llvm/Instruction.h +++ b/include/llvm/Instruction.h @@ -8,8 +8,6 @@ #ifndef LLVM_INSTRUCTION_H #define LLVM_INSTRUCTION_H -#include <assert.h> - #include "llvm/User.h" template<typename SC> struct ilist_traits; template<typename ValueSubClass, typename ItemParentClass, typename SymTabClass, |