Remove unused inclusion of SymbolTable.h

llvm-svn: 25170
This commit is contained in:
Reid Spencer 2006-01-10 03:48:34 +00:00
parent 5995c57574
commit cfc60f3484
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/SymbolTable.h"
#include "llvm/Assembly/CachedWriter.h"
#include "llvm/Support/InstIterator.h"
using namespace llvm;