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

Remove unnecessary #include.

llvm-svn: 34889
This commit is contained in:
Reid Spencer 2007-03-03 18:29:16 +00:00
parent 49931e1841
commit 4ab5a02fb1

View File

@ -18,7 +18,6 @@
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/ModuleProvider.h"
#include <iostream>
using namespace llvm;
static struct RegisterInterp {