1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove useless #include.

llvm-svn: 32155
This commit is contained in:
Reid Spencer 2006-12-03 16:19:43 +00:00
parent a9c9b7171e
commit 178ca8ccb7

View File

@ -18,7 +18,6 @@
#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "llvm/SymbolTable.h"
#include "llvm/Assembly/AutoUpgrade.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/MathExtras.h"