commit | d5a847057b5027fd54b4cf7e276705c9b35aff06 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 29 17:42:12 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 29 17:42:12 2002 +0000 |
tree | 93e1b6d6abda5638a678086bf08049a5993e1be3 | |
parent | 2dfc667a7dad832f3a3cd65cc1daf7c5ec855699 [diff] [blame] |
Eliminate duplicate or unneccesary #include's llvm-svn: 2397
diff --git a/llvm/lib/CodeGen/RegAlloc/RegClass.cpp b/llvm/lib/CodeGen/RegAlloc/RegClass.cpp index 607a4da..249b8db 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegClass.cpp +++ b/llvm/lib/CodeGen/RegAlloc/RegClass.cpp
@@ -1,5 +1,5 @@ #include "llvm/CodeGen/RegClass.h" -#include <iostream> +#include "llvm/CodeGen/RegAllocCommon.h" using std::cerr; //----------------------------------------------------------------------------