summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit68ba0df07d8c23990144fec2b53e23418bbcf73b (patch)
treea88787b1b963e474ad5971ab0bad1ec11b110afd /llvm/lib/CodeGen
parent16e7674f4b092b773d44e6232edc714d844ed830 (diff)
downloadbcm5719-llvm-68ba0df07d8c23990144fec2b53e23418bbcf73b.tar.gz
bcm5719-llvm-68ba0df07d8c23990144fec2b53e23418bbcf73b.zip
Eliminate an unnecessary include.
llvm-svn: 75256
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmStream.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmStream.cpp b/llvm/lib/CodeGen/AsmStream.cpp
index 4e9c56140d0..363f9c160e0 100644
--- a/llvm/lib/CodeGen/AsmStream.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud