Eliminate an unnecessary include.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75256 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Greene 2009-07-10 17:55:38 +00:00
parent c7d2ce7047
commit caf642a976

View File

@ -13,8 +13,6 @@
#include "llvm/CodeGen/AsmStream.h"
#include <unistd.h>
namespace llvm {
raw_asm_fd_ostream asmouts(STDOUT_FILENO, false);
raw_asm_fd_ostream asmerrs(STDERR_FILENO, false);