From: Chris Lattner Date: Thu, 18 Oct 2001 06:13:08 +0000 (+0000) Subject: Use the standard header not the old one X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=73e11d77aaa09d5b126aef0b600c31ebd1206c3d;p=oota-llvm.git Use the standard header not the old one git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@886 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 1e9117cddb7..7563c397772 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -6,8 +6,6 @@ // //===----------------------------------------------------------------------===// -#include -#include #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 using namespace opt;