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 | 52de05c6b33f99ed0a4d6a5e40da1cca0e8c51c3 (patch) | |
tree | c9625378e92d6ef31d9678f98eca24e0dc1b263d /llvm/lib/CodeGen/RegAlloc/IGNode.h | |
parent | c7031d0244176e3aa4c762ac3352f1b38dbe5920 (diff) | |
download | bcm5719-llvm-52de05c6b33f99ed0a4d6a5e40da1cca0e8c51c3.tar.gz bcm5719-llvm-52de05c6b33f99ed0a4d6a5e40da1cca0e8c51c3.zip |
Remove a ton of extraneous #includes
llvm-svn: 6842
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/IGNode.h')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/IGNode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.h b/llvm/lib/CodeGen/RegAlloc/IGNode.h index 3b1344b85ed..2b782436aad 100644 --- a/llvm/lib/CodeGen/RegAlloc/IGNode.h +++ b/llvm/lib/CodeGen/RegAlloc/IGNode.h @@ -26,7 +26,6 @@ #define IG_NODE_H #include "llvm/CodeGen/LiveRange.h" -#include <assert.h> class RegClass; //---------------------------------------------------------------------------- |