1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Use the standard header not the old one

llvm-svn: 886
This commit is contained in:
Chris Lattner 2001-10-18 06:13:08 +00:00
parent f790ec066e
commit 3b8499c02a

View File

@ -6,8 +6,6 @@
//
//===----------------------------------------------------------------------===//
#include <iostream.h>
#include <fstream.h>
#include "llvm/Module.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Bytecode/Writer.h"
@ -15,6 +13,7 @@
#include "llvm/Optimizations/AllOpts.h"
#include "llvm/Transforms/Instrumentation/TraceValues.h"
#include "llvm/Transforms/PrintModulePass.h"
#include <fstream>
using namespace opt;