aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmStream.cpp
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-07-10 17:55:38 +0000
committerDavid Greene <greened@obbligato.org>2009-07-10 17:55:38 +0000
commitcaf642a97661a34c32ab884261428e427d9bfbad (patch)
treed32d00ab47a80b04b417b042823174da8e50e589 /lib/CodeGen/AsmStream.cpp
parentc7d2ce7047d7cb026c3198e6760415ed673b00f7 (diff)
Eliminate an unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmStream.cpp')
-rw-r--r--lib/CodeGen/AsmStream.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmStream.cpp b/lib/CodeGen/AsmStream.cpp
index 4e9c56140d..363f9c160e 100644
--- a/lib/CodeGen/AsmStream.cpp
+++ b/lib/CodeGen/AsmStream.cpp
@@ -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);